Replies: 1 comment
-
Seems I closed this by accident. Still don't know how to do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is my panda.config.ts:
and then the component is defined as:
but if I inspect the element, it only has classes
formLabel formLabel--size_md
and none of my styling ({ color: '#f00', fontSize: '25px', }
)In contrast, if I override it (see below) then it works, but that's not what the example in the documentation says to do.
Beta Was this translation helpful? Give feedback.
All reactions