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
Hello.
I'm building a form with all fields (@material/react-text-field) set as "outline" style.
In this form I also have a Select component, but the color of the outline is slightly different.
<Select>'s border-color is rgba(0, 0, 0, 0.24);, while <TextField>'s is rgba(0, 0, 0, 0.38);
The text was updated successfully, but these errors were encountered:
Hello.
I'm building a form with all fields (@material/react-text-field) set as "outline" style.
In this form I also have a Select component, but the color of the outline is slightly different.
<Select>
's border-color isrgba(0, 0, 0, 0.24);
, while<TextField>
's isrgba(0, 0, 0, 0.38);
The text was updated successfully, but these errors were encountered: