Skip to content

Commit

Permalink
fix: Typography aliasing
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Oct 10, 2024
1 parent a51693d commit 0213558
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"value": 0
},
"typography-text-xl": {
"value": "{typography-text-4}"
"value": "{typography-text-1}"
},
"typography-text-lg": {
"value": "{typography-text-3}"
"value": "{typography-text-2}"
},
"typography-text-sm": {
"value": "{typography-text-1}"
"value": "{typography-text-4}"
},
"typography-text-base": {
"value": "{typography-text-2}"
"value": "{typography-text-3}"
},
"typography-text-4": {
"value": {
Expand Down
8 changes: 4 additions & 4 deletions tokens/globals/typography/text.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"type": "typography"
},
"base": {
"value": "{typography.text.2}"
"value": "{typography.text.3}"
},
"sm": {
"value": "{typography.text.1}"
"value": "{typography.text.4}"
},
"lg": {
"value": "{typography.text.3}"
"value": "{typography.text.2}"
},
"xl": {
"value": "{typography.text.4}"
"value": "{typography.text.1}"
}
}
}
Expand Down

0 comments on commit 0213558

Please sign in to comment.