Skip to content

Commit

Permalink
fix(ui): RunLabelSum - increase font size
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Apr 11, 2020
1 parent 43917e7 commit 12b7da7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.root {
font-size: var(--size-xsmall);
font-size: var(--size-small);
font-weight: normal;
line-height: var(--space-xsmall);
line-height: var(--space-small);
}

.delta {
display: block;
font-size: var(--size-xsmall);
text-align: inherit;
}

0 comments on commit 12b7da7

Please sign in to comment.