Text Decoration bug #687
Unanswered
pascal-ferrere
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.
-
Hi @six7
It seems like there is a problem with "textDecoration" when it's being used as an alias within "Typography".
I'm trying to create a new text style so my text elements can appear as "strikethrough". I created a new token in the "Text Decoration" category and I added the "Strikethrough" style (line-through). This token alone works perfectly if I try to apply it to a text element.
However, if I use the alias {strikethrough} that I created earlier and call it in a Typography token, then the style "strikethrough" doesn't work.
Any idea what's happening here?
Thanks,
Pascal
Beta Was this translation helpful? Give feedback.
All reactions