Replies: 1 comment
-
Hi @Kimzify, Please create a reproduction before we can consider this an issue I think your code is correct, but a reproduction will help verify that. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Description
according to panda's documentation it is possible to define styles for nested tag like this:
'& span': { color: 'pink.400' }
I have a component that accept children as a svg component, and I want to style the svg, but it doesn't work at all.
I think it's because children component is not specified and it cannot generate that style.
is there any solution or recommendation here?
Link to Reproduction
--
Steps to reproduce
No response
JS Framework
No response
Panda CSS Version
0.22.0
Browser
No response
Operating System
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions