[@material/react-select] outlined Select's border is lighter than TextField's #994
Labels
Unresolved (Archived)
Open and unresolved issues and PRs that were closed due to archiving the repository.
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: