evergreen
evergreen copied to clipboard
Inconsistent label styling
I'm building out a settings panel using Evergreen and noticed the label styling is inconsistent between the RadioGroup and SelectField components. Visually, it appears the only inconsistency is the color attribute but I did notice RadioGroup uses a span instead of a label element.
RadioGroup
- Element:
span(unexpected) - Color:
color: rgb(105, 111, 140);
SelectField
- Element:
label - Color:
color: rgb(16, 24, 64);(unexpected)
Real world example
The label inconsistency is notable when using the two components together:

Can I be assigned this issue, I would like to work on it.