Fix material types
This commit is contained in:
parent
17d6e17e5f
commit
00a82c78e9
1 changed files with 3 additions and 3 deletions
|
@ -138,6 +138,9 @@ export default (colors: IThemeColors): Theme =>
|
||||||
},
|
},
|
||||||
MuiInputBase: {
|
MuiInputBase: {
|
||||||
input: {
|
input: {
|
||||||
|
"&$disabled": {
|
||||||
|
color: colors.input.disabledText
|
||||||
|
},
|
||||||
"&::placeholder": {
|
"&::placeholder": {
|
||||||
color: colors.font.gray,
|
color: colors.font.gray,
|
||||||
opacity: "1 !important" as any
|
opacity: "1 !important" as any
|
||||||
|
@ -279,9 +282,6 @@ export default (colors: IThemeColors): Theme =>
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
MuiSelect: {
|
MuiSelect: {
|
||||||
"&$disabled": {
|
|
||||||
color: colors.input.disabledText
|
|
||||||
},
|
|
||||||
outlined: {
|
outlined: {
|
||||||
padding: ["20px 12px 8px 12px", "!important"] as any
|
padding: ["20px 12px 8px 12px", "!important"] as any
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue