When changing data-color, the color prop is not set, meaning the parent color is inherited instead of the current --ds-color-text-default, resulting in issues like this (notice how the heading is still green):
should we consider setting color: var(--ds-color-text-default) on all [data-color] definitions? 🤔
When changing
data-color, thecolorprop is not set, meaning the parent color is inherited instead of the current--ds-color-text-default, resulting in issues like this (notice how the heading is still green):should we consider setting
color: var(--ds-color-text-default)on all[data-color]definitions? 🤔