Skip to content

Commit

Permalink
Correct typeScales.large.lineHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
stephl3 committed Apr 24, 2024
1 parent 7b1b2af commit 1d9dca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tokens/src/typeScales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const typeScales = {
} as const,
large: {
fontSize: 18,
lineHeight: 22,
lineHeight: 24,
} as const,
} as const;

Expand Down

0 comments on commit 1d9dca8

Please sign in to comment.