From 26e9c1cb67261bb838d2a37b9c1dd979854954e7 Mon Sep 17 00:00:00 2001 From: Mikhail Mikheev Date: Fri, 22 May 2020 13:56:53 +0400 Subject: [PATCH] add transparent bg to stepper root in mui theme --- src/theme/mui.ts | 1 + 1 file changed, 1 insertion(+) 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: {