material-components-web-react icon indicating copy to clipboard operation
material-components-web-react copied to clipboard

[@material/react-select] outlined Select's border is lighter than TextField's

Open kino90 opened this issue 6 years ago • 0 comments

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.

image

<Select>'s border-color is rgba(0, 0, 0, 0.24);, while <TextField>'s is rgba(0, 0, 0, 0.38);

kino90 avatar Aug 08 '19 08:08 kino90