style(master): "Số vừa xổ" outer ring keeps single color (no dark variant)

Drop dark:border-pink-400 / dark:border-emerald-400 on the outer ring.
The hero is already a focal point — single-mode colored border reads
the same in light and dark and avoids a lighter wash in dark mode.
Restore dark:text-rose-800 on the digit (light cream fill stays in dark).
This commit is contained in:
2026-04-27 00:34:28 +07:00
parent 6fabcd9970
commit 6df2e261b8
+3 -3
View File
@@ -175,10 +175,10 @@
flex items-center justify-center
shadow-xl ring-2 ring-red-500/70 ring-offset-2 ring-offset-transparent
{lastIsLow
? 'border-pink-500 dark:border-pink-400 shadow-pink-500/30'
: 'border-emerald-500 dark:border-emerald-400 shadow-emerald-500/30'}"
? 'border-pink-500 shadow-pink-500/30'
: 'border-emerald-500 shadow-emerald-500/30'}"
>
<span class="text-5xl sm:text-6xl font-black tabular-nums text-rose-700">
<span class="text-5xl sm:text-6xl font-black tabular-nums text-rose-700 dark:text-rose-800">
{lastCalled}
</span>
</div>