From 9899223a4167bf368da941f49405466a5515c37c Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Tue, 10 Sep 2019 19:08:44 +0200 Subject: [PATCH] Fix input background position --- src/theme.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"