fix(ui): use arbitrary opacity for AuthCard dark background #438

Merged
jason.woltje merged 1 commits from fix/authcard-dark-bg into main 2026-02-22 05:33:15 +00:00

1 Commits

Author SHA1 Message Date
a2f112b334 fix(ui): use arbitrary opacity for AuthCard dark background
All checks were successful
ci/woodpecker/push/orchestrator Pipeline was successful
ci/woodpecker/push/api Pipeline was successful
ci/woodpecker/push/web Pipeline was successful
Tailwind's default opacity scale only includes multiples of 5.
The `/92` modifier in `dark:bg-[#1b2331]/92` was silently ignored,
causing the light-mode card background to render in dark mode.
Changed to `/[0.92]` which uses Tailwind's arbitrary value syntax.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 23:29:20 -06:00