increased line height for better readability

This commit is contained in:
Kim, Jimin 2022-01-20 10:51:31 +09:00
parent 07da6ef339
commit 767f031751

View file

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