diff --git a/packages/react/src/theme/variants/typography.ts b/packages/react/src/theme/variants/typography.ts index bdb4223bb..805652c96 100644 --- a/packages/react/src/theme/variants/typography.ts +++ b/packages/react/src/theme/variants/typography.ts @@ -108,10 +108,10 @@ export const paragraph = { }, 300: { fontSize: 300, - lineHeight: '24px', + lineHeight: '20px', }, 200: { fontSize: 200, - lineHeight: '20px', + lineHeight: '18px', }, };