fix(ui): keep compact countdown values visible #3

Merged
warkanum merged 1 commits from fix/countdown-number-contrast into master 2026-08-24 06:53:16 +00:00
Showing only changes of commit 4571c59020 - Show all commits
+1 -1
View File
@@ -46,7 +46,7 @@
<div class="flex items-baseline gap-2 z-10" role="timer" aria-live="polite">
{#each units as unit, i (unit.label)}
{#if i > 0}<span class="text-secondary-300/60">·</span>{/if}
<span class="font-semibold tabular-nums text-md md:text-3xl"
<span class="text-surface-50 font-semibold tabular-nums text-md md:text-3xl"
>{unit.value}</span
>
<span class="text-secondary-100/80 text-md md:text-3xl">{unit.label}</span