Skip to content

Commit

Permalink
fix: line height of body typography
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinmagrez committed Aug 23, 2024
1 parent fca594c commit 23f2d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/typography/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Body = ({
fontFamily: getFont(tokens.typography.body[typography]),
lineHeight: getLineHeight(
tokens.lineHeight[lineHeight],
tokens.typography.headline[typography]?.fontSize,
tokens.typography.body[typography]?.fontSize,
),
};

Expand Down

0 comments on commit 23f2d40

Please sign in to comment.