Merge pull request #952 from gnosis/stepper-transparent-bg

Bug: Stepper component non-transparent bg
This commit is contained in:
Mikhail Mikheev 2020-05-23 12:10:24 +04:00 committed by GitHub
commit fc89af57aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: {