Skip to content

Commit 23f2d40

Browse files
fix: line height of body typography
1 parent fca594c commit 23f2d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/typography/Body.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const Body = ({
2828
fontFamily: getFont(tokens.typography.body[typography]),
2929
lineHeight: getLineHeight(
3030
tokens.lineHeight[lineHeight],
31-
tokens.typography.headline[typography]?.fontSize,
31+
tokens.typography.body[typography]?.fontSize,
3232
),
3333
};
3434

0 commit comments

Comments
 (0)