adjust line height for recent history (#3099)

This commit is contained in:
Tessa Thornton
2020-08-13 18:40:10 +02:00
committed by GitHub
parent d67c3d2907
commit f47c8661da
@@ -29,7 +29,7 @@ $recent-history-triggered: var(--palette-error-500);
font-family: var(--font-family-primary);
font-weight: var(--font-weight-primary-semi-bold);
font-size: var(--font-size-6);
line-height: 0.67;
line-height: 1;
color: $recent-history-info;
margin: 0;
}