Make number input fields have correct background color. Closes #2768
This commit is contained in:
parent
1793a55440
commit
d2cae250f5
@ -137,7 +137,8 @@ DROPDOWN
|
||||
background-color: var(--theme-color-components-form-field-background);
|
||||
}
|
||||
|
||||
.ant-input {
|
||||
.ant-input,
|
||||
.ant-input-number-input {
|
||||
background-color: var(--theme-color-components-form-field-background);
|
||||
color: var(--theme-color-components-form-field-text);
|
||||
&::placeholder {
|
||||
|
Loading…
x
Reference in New Issue
Block a user