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: {
|
||||
root: {
|
||||
padding: `${lg} 0 0 15px`,
|
||||
background: 'transparent',
|
||||
},
|
||||
},
|
||||
MuiIconButton: {
|
||||
|
|
Loading…
Reference in New Issue