You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that components with input elements have the "light" background color as the default. I've checked the following components and assume they apply to all/any input components:
TextInput
PasswordInput
MultiSelect
ComboBox
...maybe more
The issue may be because the styles defined here are not scoped to the data table.
Repro steps
visit the Storybook
the default background color for components with inputs is the same as their light variants
try toggling the "light" knob (nothing should happen)
What package(s) are you using?
carbon-components
carbon-components-react
Detailed description
It seems that components with input elements have the "light" background color as the default. I've checked the following components and assume they apply to all/any input components:
The issue may be because the styles defined here are not scoped to the data table.
Repro steps
TextInput example:
The text was updated successfully, but these errors were encountered: