mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-12 20:44:43 +00:00
add connect button styling
This commit is contained in:
parent
bd399646d1
commit
673239023e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user