hotfix: reset input background color to use $field-01

This commit is contained in:
Eric Y Liu 2021-04-02 14:53:10 -07:00
commit ff4ac727d8

View file

@ -77,4 +77,16 @@
// Import all component styles
@import "carbon-components/scss/globals/scss/styles";
.bx--list-box:not(.bx--list-box--light) input[role="combobox"],
.bx--list-box:not(.bx--list-box--light) input[type="text"],
.bx--dropdown:not(.bx--dropdown--light),
.bx--list-box:not(.bx--list-box--light),
.bx--number:not(.bx--number--light) input[type="number"],
.bx--number:not(.bx--number--light) .bx--number__control-btn::before,
.bx--number:not(.bx--number--light) .bx--number__control-btn::after,
.bx--text-input:not(.bx--text-input--light),
.bx--select-input {
background-color: $field-01;
}
</style>