Skip to content

Commit

Permalink
Merge pull request #175 from lunit-io/ds-186-fix-headline3
Browse files Browse the repository at this point in the history
[DS-186] fix: headline3 line height
  • Loading branch information
deminoth authored Jun 13, 2024
2 parents 4683840 + 1f298cb commit b056059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/src/foundation/Typography/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const headline = {
"--headline2-line-height": "65px",
"--headline3-font-weight": "var(--font-weight-semibold)",
"--headline3-font-size": "24px",
"--headline3-line-height": "57px",
"--headline3-line-height": "29px",
"--headline4-font-weight": "var(--font-weight-semibold)",
"--headline4-font-size": "20px",
"--headline4-line-height": "28px",
Expand Down

0 comments on commit b056059

Please sign in to comment.