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