Skip to content

Commit

Permalink
Added the xxxl utility token with a fontsize of 20 as its needed for …
Browse files Browse the repository at this point in the history
…the text-link component.
  • Loading branch information
mutschelknauss committed Nov 4, 2024
1 parent bd5aac9 commit 22aeed2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tokens/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,15 @@
},
"utility": {
"max": {
"xxxl": {
"value": {
"fontFamily": "{fontfamily.utility}",
"fontWeight": "{fontweight.utility}",
"fontSize": "{fontsize.global.200}",
"lineHeight": "{lineheight.utility}"
},
"type": "typography"
},
"xxl": {
"value": {
"fontFamily": "{fontfamily.utility}",
Expand Down Expand Up @@ -205,6 +214,15 @@
}
},
"min": {
"xxxl": {
"value": {
"fontFamily": "{fontfamily.utility}",
"fontWeight": "{fontweight.utility}",
"fontSize": "{fontsize.global.200}",
"lineHeight": "{lineheight.utility}"
},
"type": "typography"
},
"xxl": {
"value": {
"fontFamily": "{fontfamily.utility}",
Expand Down

0 comments on commit 22aeed2

Please sign in to comment.