Beta Theme Color Issues
Closed this issue · 0 comments
jason-capsule42 commented
Please verify the version of auro-button you have installed
No response
Please describe the bug
Border inset color is wrong
--ds-auro-button-border-inset-color: var(--ds-color-border-emphasis-inverse, $ds-color-border-emphasis-inverse);
The token being used here is correct but the color is actual pink rather than the expected white
Loader Color
--ds-auro-button-loader-color: var(--ds-color-background-darkest, $ds-color-background-darkest);
OnDark flat variant hover color
The default color for the icon in this case is var(--ds-color-icon-ui-secondary-default-inverse);
, but the hovered color is lighter and seems wrong var(--ds-color-icon-ui-secondary-hover-inverse);
There is no equivalent tier 2 token for this.
Reproducing the error on the docsite
None
Expected behavior
Need final color definitions from design team.
What browsers are you seeing the problem on?
No response
Additional context
No response
Exit criteria
No response