style: dunkleres Rot am Offline-Symbol

bg-destructive ist ein helles Signalrot; auf der hellen Kopfleiste
flimmerte das Symbol mehr als es meldete. red-800 steht ruhiger und
traegt das Weiss besser.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01P32KoesVtABd6xWsqMKzhr
This commit is contained in:
Daniel Michelberger 2026-09-07 23:25:44 +02:00
parent 76e2eeff0e
commit 5c4d2fec4d

View file

@ -260,7 +260,7 @@
size="icon"
class="size-7 {connection.online
? ''
: 'bg-destructive text-white hover:bg-destructive/90 hover:text-white'}"
: 'bg-red-800 text-white hover:bg-red-900 hover:text-white'}"
onclick={() => connection.check()}
tooltip={connection.online
? 'Verbindung steht'