1
0
mirror of https://github.com/hyperspacedev/hyperspace synced 2025-01-31 01:29:37 +01:00

Wrap 'Authorize' text in Typograhpy element

This commit is contained in:
Marquis Kurt 2019-04-26 14:17:22 -04:00
parent f68a37e908
commit ffc81ff476

View File

@ -333,7 +333,7 @@ class WelcomePage extends Component<IWelcomeProps, IWelcomeState> {
size="large" size="large"
href={this.state.authUrl? this.state.authUrl: ""} href={this.state.authUrl? this.state.authUrl: ""}
> >
Authorize <Typography color="textPrimary" variant="button">Authorize</Typography>
</Button> </Button>
<div className={classes.flexGrow}/> <div className={classes.flexGrow}/>
</div> </div>