Overrided contained primary styles on MuiButton

This commit is contained in:
apanizo 2018-08-31 14:16:44 +02:00
parent 83a4983808
commit 725a2b27ee
2 changed files with 8 additions and 1 deletions

View File

@ -25,5 +25,12 @@ export default createMuiTheme({
typography: {
fontFamily: 'Montserrat,sans-serif',
},
overrides: {
MuiButton: {
containedPrimary: {
backgroundColor: '#467ee5',
},
},
},
palette,
})

View File

@ -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'