Specifying as secondary color custom blue
This commit is contained in:
parent
9615fd9ad4
commit
750e7289ed
|
@ -32,7 +32,7 @@ export default createMuiTheme({
|
|||
letterSpacing: '1px',
|
||||
},
|
||||
containedPrimary: {
|
||||
backgroundColor: '#467ee5',
|
||||
backgroundColor: secondary,
|
||||
},
|
||||
sizeLarge: {
|
||||
padding: `${md} ${lg}`,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
const border = '#eaebef'
|
||||
const background = '#f4f4f9'
|
||||
const primary = '#4a5579'
|
||||
const secondary = '#13222b'
|
||||
const secondary = '#467ee5' // '#13222b'
|
||||
const tertiary = '#f6f9fc'
|
||||
const fontColor = '#4a5579'
|
||||
const fancyColor = '#fd7890'
|
||||
|
|
Loading…
Reference in New Issue