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
I've updated to carbon-components-react@npm:7.39.0 and the same issue is still present in safari@14 (Tested in Big Sur)... @mkuschov is my colleague, so the same project ;-)
What package(s) are you using?
carbon-components
carbon-components-react
Detailed description
Safari's input[disabled] text is too faded
TextInput
Safari Version 13.1.1
Chrome Version 83
7.17.0
Steps to reproduce the issue
<TextInput disabled value="value" labelText="Label text" />
Additional information
Similar issue jgthms/bulma#2355
It looks like one solution is patching:
.bx--text-input { -webkit-text-fill-color: currentcolor; }
The text was updated successfully, but these errors were encountered: