From a4d1d9478ce6fcc074af1ea04b4cfdb321ece240 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 31 Oct 2022 12:25:42 +0530 Subject: [PATCH] update body1 line height --- src/themes/darkThemeOptions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/darkThemeOptions.tsx b/src/themes/darkThemeOptions.tsx index 2688f5812..717b1e592 100644 --- a/src/themes/darkThemeOptions.tsx +++ b/src/themes/darkThemeOptions.tsx @@ -304,7 +304,7 @@ const darkThemeOptions = createTheme({ typography: { body1: { fontSize: '16px', - lineHeight: '19px', + lineHeight: '20px', }, body2: { fontSize: '14px',