Make number input fields have correct background color. Closes #2768
This commit is contained in:
@@ -137,7 +137,8 @@ DROPDOWN
|
|||||||
background-color: var(--theme-color-components-form-field-background);
|
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);
|
background-color: var(--theme-color-components-form-field-background);
|
||||||
color: var(--theme-color-components-form-field-text);
|
color: var(--theme-color-components-form-field-text);
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
|
|||||||
Reference in New Issue
Block a user