RedHat-UX / red-hat-design-system

Red Hat's Design System
https://ux.redhat.com
MIT License
96 stars 18 forks source link

[fix] `<rh-tag>` — update green border color #1536

Closed markcaron closed 2 weeks ago

markcaron commented 5 months ago

Need to update Tag's green border color from green-20 to green-30 to match the Figma library.

.green {
  --_content-color: var(--rh-color-green-70, #204d00);
  --_background-color: var(--rh-color-green-10, #e9f7df);
  --_before-border-color: var(--rh-color-green-20, #d1f1bb);
  --_icon-color: var(--rh-color-green-60, #3d7317);
}

Desired result:

image
markcaron commented 5 months ago

Related: https://github.com/RedHat-UX/red-hat-design-tokens/issues/133