Updating mui theme to match styles
This commit is contained in:
parent
80d623a556
commit
431e0281a4
|
@ -40,6 +40,17 @@ export default createMuiTheme({
|
||||||
fontSize: mediumFontSize,
|
fontSize: mediumFontSize,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
MuiStepIcon: {
|
||||||
|
active: {
|
||||||
|
color: `${secondary} !important`,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
MuiTypography: {
|
||||||
|
body1: {
|
||||||
|
fontFamily: 'Roboto Mono, monospace',
|
||||||
|
letterSpacing: '-0.5px',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
palette,
|
palette,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue