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
Since primer/react v37, most components use CSS variables instead of theme tokens. The documentation only mentions overriding values in the theme object, however this doesn't work anymore for certain colors:
Since primer/react v37, most components use CSS variables instead of theme tokens. The documentation only mentions overriding values in the
theme
object, however this doesn't work anymore for certain colors:Expected:
Result:
The documentation should be updated so users know how to override theme values in primer/react v37.
The text was updated successfully, but these errors were encountered: