Fix invisible adornments
This commit is contained in:
parent
5a40f619e1
commit
b87b0dcb6c
2 changed files with 4 additions and 2 deletions
|
@ -30,6 +30,9 @@ const styles = (theme: Theme) =>
|
|||
"& > div": {
|
||||
padding: "0 14px"
|
||||
},
|
||||
"& fieldset": {
|
||||
background: theme.palette.background.paper
|
||||
},
|
||||
"& textarea": {
|
||||
"&::placeholder": {
|
||||
opacity: [[1], "!important"] as any
|
||||
|
|
|
@ -281,8 +281,7 @@ export default (colors: IThemeColors): Theme =>
|
|||
"& fieldset": {
|
||||
"&&:not($error)": {
|
||||
borderColor: colors.input.border
|
||||
},
|
||||
background: colors.background.paper
|
||||
}
|
||||
},
|
||||
"& legend": {
|
||||
display: "none"
|
||||
|
|
Loading…
Reference in a new issue