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:
parent
76e2eeff0e
commit
5c4d2fec4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue