Input's color is hard-coded #12355
Labels
component: text field
This is the name of the generic UI component, not the React module!
good first issue
Great for first contributions. Enable to learn the contribution process.
The input's color cannot be themed. I would expect that the color defined in
theme.palette.primary
is used instead.Line 66 of Input.js says:
color: light ? 'rgba(0, 0, 0, 0.87)' : theme.palette.common.white
Your Environment
The text was updated successfully, but these errors were encountered: