add transparent bg to stepper root in mui theme

This commit is contained in:
Mikhail Mikheev 2020-05-22 13:56:53 +04:00
parent 982d79c0d0
commit 26e9c1cb67
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ const theme = createMuiTheme({
MuiStepper: {
root: {
padding: `${lg} 0 0 15px`,
background: 'transparent',
},
},
MuiIconButton: {