evergreen icon indicating copy to clipboard operation
evergreen copied to clipboard

Inconsistent label styling

Open bndw opened this issue 4 years ago • 1 comments

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);
image

SelectField

  • Element: label
  • Color: color: rgb(16, 24, 64); (unexpected)
image

Real world example

The label inconsistency is notable when using the two components together: image

bndw avatar Aug 04 '21 16:08 bndw

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

shirsho-roy avatar May 18 '23 14:05 shirsho-roy