add connect button styling

This commit is contained in:
Barry Gitarts 2019-08-19 15:00:11 -04:00 committed by Barry G
parent bd399646d1
commit 673239023e

View File

@ -54,11 +54,21 @@ const styles = theme => ({
}), }),
}, },
appBarBg: { appBarBg: {
backgroundColor: '#111735' backgroundColor: '#fff'
},
connect: {
color: '#4360DF',
fontSize: '15px',
marginLeft: 'auto',
marginRight: '3rem'
}, },
menuButton: { menuButton: {
marginLeft: 12, marginLeft: 12,
marginRight: 20, marginRight: 20,
color: '#000000'
},
menuText: {
color: '#000000'
}, },
hide: { hide: {
display: 'none', display: 'none',
@ -149,9 +159,10 @@ class PersistentDrawerLeft extends React.Component {
/>} />}
{!loading && <MenuIcon/>} {!loading && <MenuIcon/>}
</IconButton> </IconButton>
<Typography variant="h6" color="inherit" noWrap> <Typography className={classes.menuText} variant="h6" noWrap>
Liquid Funding Liquid Funding
</Typography> </Typography>
<Typography className={classes.connect}>Connect</Typography>
</Toolbar> </Toolbar>
</AppBar> </AppBar>
<Drawer <Drawer