Skip to content

Commit

Permalink
feat(ui): changed h3 typography
Browse files Browse the repository at this point in the history
  • Loading branch information
condo-design-bot committed Sep 18, 2023
1 parent a91636c commit a11fb7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/tokens/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"type": "fontSizes"
},
"h3": {
"value": "22",
"value": "20",
"type": "fontSizes"
},
"h4": {
Expand Down Expand Up @@ -253,7 +253,7 @@
"h3": {
"value": {
"fontFamily": "{fontFamily.default}",
"fontWeight": "{fontWeight.bold}",
"fontWeight": "{fontWeight.semibold}",
"lineHeight": "{lineHeight.h3}",
"fontSize": "{fontSize.h3}",
"letterSpacing": "{letterSpacing.small}",
Expand Down

0 comments on commit a11fb7d

Please sign in to comment.