diff --git a/src/theme.ts b/src/theme.ts index 7e0dbc5ea..50a3b7d99 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -229,7 +229,8 @@ export default (colors: IThemeColors): Theme => }, root: { "& fieldset": { - borderColor: [[colors.input.border], "!important"] as any + borderColor: [[colors.input.border], "!important"] as any, + background: colors.background.paper }, "& legend": { display: "none"