Skip to content

Commit

Permalink
feat: add mobile typography
Browse files Browse the repository at this point in the history
  • Loading branch information
condo-design-bot committed May 29, 2024
1 parent a11fb7d commit 74ec0db
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/ui/src/tokens/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@
"textS": {
"value": "20",
"type": "lineHeights"
},
"h1-sm": {
"value": "36",
"type": "lineHeights"
},
"h4-sm": {
"value": "26",
"type": "lineHeights"
}
},
"fontSize": {
Expand Down Expand Up @@ -156,6 +164,14 @@
"textS": {
"value": "12",
"type": "fontSizes"
},
"h1-sm": {
"value": "30",
"type": "fontSizes"
},
"h4-sm": {
"value": "18",
"type": "fontSizes"
}
},
"opacity": {
Expand Down

0 comments on commit 74ec0db

Please sign in to comment.