Fix material types

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-11 12:47:38 +02:00
parent 17d6e17e5f
commit 00a82c78e9

View file

@ -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
}