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