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,