From 767f03175185d78c3f2806ad683d96fedb3e89ce Mon Sep 17 00:00:00 2001 From: developomp Date: Thu, 20 Jan 2022 10:51:31 +0900 Subject: [PATCH] increased line height for better readability --- 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 0caaee8..53d0f44 100644 --- a/source/src/styles/globalStyle.tsx +++ b/source/src/styles/globalStyle.tsx @@ -250,7 +250,7 @@ const globalStyle = css` margin: 0; display: flex; flex-flow: column; - line-height: 1.75rem; + line-height: 2rem; background-color: ${(props) => theming.theme(props.theme.currentTheme, { light: theming.light.backgroundColor1,