From 903681b424a313811950d425045923ba3d10ce88 Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 20 Dec 2021 08:47:31 +0900 Subject: [PATCH] improved readability (increased line-height) --- source/src/styles/globalStyle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/src/styles/globalStyle.tsx b/source/src/styles/globalStyle.tsx index b4f8b75..e4e9d99 100644 --- a/source/src/styles/globalStyle.tsx +++ b/source/src/styles/globalStyle.tsx @@ -217,7 +217,7 @@ const globalStyle = css` margin: 0; display: flex; flex-flow: column; - line-height: 1.5rem; + line-height: 1.75rem; background-color: ${(props) => theming.theme(props.theme.currentTheme, { light: theming.light.backgroundColor1,