diff --git a/src/theme/mui.ts b/src/theme/mui.ts index 4dc10638..bee2a175 100644 --- a/src/theme/mui.ts +++ b/src/theme/mui.ts @@ -108,6 +108,7 @@ const theme = createMuiTheme({ MuiStepper: { root: { padding: `${lg} 0 0 15px`, + background: 'transparent', }, }, MuiIconButton: {