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,