improved readability (increased line-height)
This commit is contained in:
parent
7fd3aa5398
commit
903681b424
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ const globalStyle = css`
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
line-height: 1.5rem;
|
line-height: 1.75rem;
|
||||||
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