Merge pull request #952 from gnosis/stepper-transparent-bg
Bug: Stepper component non-transparent bg
This commit is contained in:
commit
fc89af57aa
|
@ -108,6 +108,7 @@ const theme = createMuiTheme({
|
||||||
MuiStepper: {
|
MuiStepper: {
|
||||||
root: {
|
root: {
|
||||||
padding: `${lg} 0 0 15px`,
|
padding: `${lg} 0 0 15px`,
|
||||||
|
background: 'transparent',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiIconButton: {
|
MuiIconButton: {
|
||||||
|
|
Loading…
Reference in New Issue