mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-26 19:29:36 +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],
|
||||
color: 'white',
|
||||
'&:hover': {
|
||||
backgroundColor: "#34489f",
|
||||
backgroundColor: theme.palette.primary['hov'],
|
||||
}
|
||||
},
|
||||
disabledButton: {
|
||||
|
@ -11,7 +11,11 @@ export default createMuiTheme({
|
||||
}
|
||||
},
|
||||
palette: {
|
||||
primary: { 500: '#1AA56E' },
|
||||
primary: {
|
||||
500: '#1AA56E',
|
||||
hov: '#137C53',
|
||||
A500: '#1AA56E33'
|
||||
},
|
||||
common: {
|
||||
grey: '#F5F7F8'
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user