You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some button color tokens does not correspond to the ones defined in Carbon's documentation website here.
You can find an exhaustive list of the button tokens in this commit from a project I'm working on in variable adjustedTokens: gabrieldrn/carbon-compose@f8b078c#diff-2443db8bd8e1e35cc55f4d35a4fea13a9f977197c8cbef7b0d100c3d539035f6R38
For example, for the white theme, token buttonPrimaryHover should equal to #0353E9 instead of #0050E6:
Package
@carbon/themes
Browser
Chrome
Package version
11.43.0
React version
No response
Description
Some button color tokens does not correspond to the ones defined in Carbon's documentation website here.
You can find an exhaustive list of the button tokens in this commit from a project I'm working on in variable
adjustedTokens
:gabrieldrn/carbon-compose@f8b078c#diff-2443db8bd8e1e35cc55f4d35a4fea13a9f977197c8cbef7b0d100c3d539035f6R38
For example, for the white theme, token
buttonPrimaryHover
should equal to#0353E9
instead of#0050E6
:carbon/packages/themes/src/component-tokens/button/tokens.js
Line 80 in 6972097
I suspect there is other tokens with wrong values across the package but checking them all would take me too much time.
Reproduction/example
no-op
Steps to reproduce
no-op
Suggested Severity
None
Application/PAL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: