add transparent bg to stepper root in mui theme
This commit is contained in:
parent
982d79c0d0
commit
26e9c1cb67
|
@ -108,6 +108,7 @@ const theme = createMuiTheme({
|
|||
MuiStepper: {
|
||||
root: {
|
||||
padding: `${lg} 0 0 15px`,
|
||||
background: 'transparent',
|
||||
},
|
||||
},
|
||||
MuiIconButton: {
|
||||
|
|
Loading…
Reference in New Issue