Overrided contained primary styles on MuiButton
This commit is contained in:
parent
83a4983808
commit
725a2b27ee
|
@ -25,5 +25,12 @@ export default createMuiTheme({
|
|||
typography: {
|
||||
fontFamily: 'Montserrat,sans-serif',
|
||||
},
|
||||
overrides: {
|
||||
MuiButton: {
|
||||
containedPrimary: {
|
||||
backgroundColor: '#467ee5',
|
||||
},
|
||||
},
|
||||
},
|
||||
palette,
|
||||
})
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// @flow
|
||||
const border = '#e4e8f1'
|
||||
const background = '#f4f4f9'
|
||||
const primary = '#4a5579' // '#467ee5' // '#1798cc'
|
||||
const primary = '#4a5579'
|
||||
const secondary = '#13222b'
|
||||
const tertiary = '#f6f9fc'
|
||||
const fontColor = '#4a5579'
|
||||
|
|
Loading…
Reference in New Issue