Skip to content

Commit a1d0450

Browse files
kailanTurbo87
authored andcommitted
components/stats-value: Improve contrast in dark mode
1 parent c8137df commit a1d0450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/stats-value.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.label {
1515
grid-column: 1;
1616
grid-row: 2;
17-
color: #76838a;
17+
color: light-dark(#545454, #adc0cd);
1818
font-size: var(--space-s);
1919
font-weight: normal;
2020
line-height: 1.6;
@@ -27,5 +27,5 @@
2727
height: var(--space-l-xl);
2828
margin-left: var(--space-s);
2929
margin-top: var(--space-3xs);
30-
color: #76838a;
30+
color: light-dark(#545454, #adc0cd);
3131
}

0 commit comments

Comments
 (0)