Adjusting mui variables to match final design
This commit is contained in:
parent
1a648cbe0c
commit
0ba812f7f5
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue