From e0ed7ae39a4e151923eb30bdb43cd5881f4f93a5 Mon Sep 17 00:00:00 2001 From: Resi Respati Date: Tue, 10 Aug 2021 15:16:20 +0700 Subject: [PATCH] style(react): minor typography tweaks --- packages/react/src/theme/variants/typography.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', }, };