tweakings

This commit is contained in:
legop3
2026-05-12 15:07:37 -04:00
parent 13c5ce3157
commit 326208ed1d
5 changed files with 23 additions and 15 deletions
@@ -148,7 +148,7 @@ function HudOverlay({
</div>
{turnTimerText ? (
<div
className={`absolute right-1 top-1 rounded border transition-colors ${
className={`absolute right-1 top-1 rounded border ${
turnTimerFlashActive
? 'border-red-300/90 bg-red-900/80 text-red-100'
: 'border-amber-300/80 bg-black/75 text-amber-200'