improved readability (increased line-height)

This commit is contained in:
Kim, Jimin 2021-12-20 08:47:31 +09:00
parent 7fd3aa5398
commit 903681b424

View file

@ -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,