From 00a82c78e9c3809a4e8857137a8af88674fd83b1 Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Wed, 11 Sep 2019 12:47:38 +0200 Subject: [PATCH] Fix material types --- src/theme.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/theme.ts b/src/theme.ts index a58faeeda..62f3e5fbb 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -138,6 +138,9 @@ export default (colors: IThemeColors): Theme => }, MuiInputBase: { input: { + "&$disabled": { + color: colors.input.disabledText + }, "&::placeholder": { color: colors.font.gray, opacity: "1 !important" as any @@ -279,9 +282,6 @@ export default (colors: IThemeColors): Theme => } }, MuiSelect: { - "&$disabled": { - color: colors.input.disabledText - }, outlined: { padding: ["20px 12px 8px 12px", "!important"] as any }