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
I'm using PigmentCSS for a design system, it's working fine for me to grab the tokens from the theme.tokens, but it's not applying any of the styleOverrides when I pass them to the name / slot.
Padding styles are correctly applied, but no styleOverrides are carried through. I thought maybe it would only override styles that had been applied, but even if I pass something like the below, still nothing is applied.
Steps to reproduce
I'm using PigmentCSS for a design system, it's working fine for me to grab the tokens from the
theme.tokens
, but it's not applying any of thestyleOverrides
when I pass them to the name / slot.Package
Accordion.styled.ts
App
next.config.js
Current behavior
Padding styles are correctly applied, but no
styleOverrides
are carried through. I thought maybe it would only override styles that had been applied, but even if I pass something like the below, still nothing is applied.Search keywords: style overrides
The text was updated successfully, but these errors were encountered: