mirror of
https://github.com/tiennm99/loto.git
synced 2026-09-03 04:18:23 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user