Fix input background position
This commit is contained in:
parent
ebb057aee9
commit
9899223a41
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue