Specifying as secondary color custom blue

This commit is contained in:
apanizo 2018-09-07 16:36:53 +02:00
parent 9615fd9ad4
commit 750e7289ed
2 changed files with 2 additions and 2 deletions

View File

@ -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}`,

View File

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