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