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
Our Heading component contains typography inside it, and the color of the typography is being changed directly, rather than through the component's own props.
So, I want to extract the color value of the typography. How can I do that?
component structure
typography in component
Code Connect CLI version: 1.1.2
Operating system: Mac OS 13.5.2
The text was updated successfully, but these errors were encountered:
Hey @jongjunpark, right now this is not possible, you can only access components props and text content. I'll raise this for discussion with the team as I can see there are cases like yours where direct access to design props might be useful.
Our
Heading
component contains typography inside it, and the color of the typography is being changed directly, rather than through the component's own props.So, I want to extract the color value of the typography. How can I do that?
component structure
typography in component
Code Connect CLI version: 1.1.2
Operating system: Mac OS 13.5.2
The text was updated successfully, but these errors were encountered: