increased line height for better readability
This commit is contained in:
parent
07da6ef339
commit
767f031751
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ const globalStyle = css`
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
line-height: 1.75rem;
|
line-height: 2rem;
|
||||||
background-color: ${(props) =>
|
background-color: ${(props) =>
|
||||||
theming.theme(props.theme.currentTheme, {
|
theming.theme(props.theme.currentTheme, {
|
||||||
light: theming.light.backgroundColor1,
|
light: theming.light.backgroundColor1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue