Custom shape auto font color #4723
Unanswered
voltavidTony
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello, I'm making a custom shape, and I want the text labels to use the "auto" color, like for instance in the "Dual In-Line IC" shape, where the text is white in dark mode and black in light mode. I've tried
<fontcolor color="auto" />
,<fontcolor color="default" />
,<fontcolor color="strokeColor" />
, but those values don't seem to do anything. How can I insert text into a custom shape that responds to the color theme of the application?Beta Was this translation helpful? Give feedback.
All reactions