mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-12 12:34:39 +00:00
add connect button styling
This commit is contained in:
parent
bd399646d1
commit
673239023e
@ -54,11 +54,21 @@ const styles = theme => ({
|
||||
}),
|
||||
},
|
||||
appBarBg: {
|
||||
backgroundColor: '#111735'
|
||||
backgroundColor: '#fff'
|
||||
},
|
||||
connect: {
|
||||
color: '#4360DF',
|
||||
fontSize: '15px',
|
||||
marginLeft: 'auto',
|
||||
marginRight: '3rem'
|
||||
},
|
||||
menuButton: {
|
||||
marginLeft: 12,
|
||||
marginRight: 20,
|
||||
color: '#000000'
|
||||
},
|
||||
menuText: {
|
||||
color: '#000000'
|
||||
},
|
||||
hide: {
|
||||
display: 'none',
|
||||
@ -149,9 +159,10 @@ class PersistentDrawerLeft extends React.Component {
|
||||
/>}
|
||||
{!loading && <MenuIcon/>}
|
||||
</IconButton>
|
||||
<Typography variant="h6" color="inherit" noWrap>
|
||||
<Typography className={classes.menuText} variant="h6" noWrap>
|
||||
Liquid Funding
|
||||
</Typography>
|
||||
<Typography className={classes.connect}>Connect</Typography>
|
||||
</Toolbar>
|
||||
</AppBar>
|
||||
<Drawer
|
||||
|
Loading…
x
Reference in New Issue
Block a user