Updating mui theme to match styles

This commit is contained in:
apanizo 2018-09-07 17:27:26 +02:00
parent 80d623a556
commit 431e0281a4
1 changed files with 11 additions and 0 deletions

View File

@ -40,6 +40,17 @@ export default createMuiTheme({
fontSize: mediumFontSize,
},
},
MuiStepIcon: {
active: {
color: `${secondary} !important`,
},
},
MuiTypography: {
body1: {
fontFamily: 'Roboto Mono, monospace',
letterSpacing: '-0.5px',
},
},
},
palette,
})