Fix input background position

This commit is contained in:
Krzysztof Bialoglowicz 2019-09-10 19:08:44 +02:00
parent ebb057aee9
commit 9899223a41

View file

@ -229,7 +229,8 @@ export default (colors: IThemeColors): Theme =>
}, },
root: { root: {
"& fieldset": { "& fieldset": {
borderColor: [[colors.input.border], "!important"] as any borderColor: [[colors.input.border], "!important"] as any,
background: colors.background.paper
}, },
"& legend": { "& legend": {
display: "none" display: "none"