Replies: 1 comment 3 replies
-
@cgatian were you able to solve this issue or find a work around? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've created two themes
primary
andsecondary
, the tokens for both those themes seem to be getting merged to produce valid TypeScript variables to use in recipes. However,textStyles
doesn't seem to be available unless it's declared on the defaulttheme
. I'm trying to avoid producing a default theme and using static themes.The workaround seems to be adding
textStyles
to thetheme
, but I'm wondering if I'm doing something wrong.https://play.panda-css.com/bhoffmZca0
Beta Was this translation helpful? Give feedback.
All reactions