mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-28 20:25:19 +00:00
add primary colors
update button
This commit is contained in:
parent
27ffdf1fa3
commit
be706ef2a6
@ -18,7 +18,7 @@ const useStyles = makeStyles(theme => ({
|
|||||||
backgroundColor: theme.palette.primary[500],
|
backgroundColor: theme.palette.primary[500],
|
||||||
color: 'white',
|
color: 'white',
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
backgroundColor: "#34489f",
|
backgroundColor: theme.palette.primary['hov'],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
disabledButton: {
|
disabledButton: {
|
||||||
|
@ -11,7 +11,11 @@ export default createMuiTheme({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
palette: {
|
palette: {
|
||||||
primary: { 500: '#1AA56E' },
|
primary: {
|
||||||
|
500: '#1AA56E',
|
||||||
|
hov: '#137C53',
|
||||||
|
A500: '#1AA56E33'
|
||||||
|
},
|
||||||
common: {
|
common: {
|
||||||
grey: '#F5F7F8'
|
grey: '#F5F7F8'
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user