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',
},
containedPrimary: {
backgroundColor: '#467ee5',
backgroundColor: secondary,
},
sizeLarge: {
padding: `${md} ${lg}`,

View File

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