Adjusting mui variables to match final design

This commit is contained in:
apanizo 2018-10-08 12:03:47 +02:00
parent 1a648cbe0c
commit 0ba812f7f5
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,9 @@ export default createMuiTheme({
},
},
MuiStepIcon: {
root: {
fontSize: '22px',
},
completed: {
color: `${secondary} !important`,
},
@ -63,6 +66,7 @@ export default createMuiTheme({
body1: {
fontFamily: 'Roboto Mono, monospace',
letterSpacing: '-0.5px',
fontSize: mediumFontSize,
},
},
MuiFormHelperText: {