From 5c4d2fec4d4921045e6dae12bd29f10becaccb1b Mon Sep 17 00:00:00 2001 From: Daniel Michelberger Date: Mon, 7 Sep 2026 23:25:44 +0200 Subject: [PATCH] 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) Claude-Session: https://claude.ai/code/session_01P32KoesVtABd6xWsqMKzhr --- frontend/src/routes/dashboard/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/dashboard/+layout.svelte b/frontend/src/routes/dashboard/+layout.svelte index 43a19b5..e7d652e 100644 --- a/frontend/src/routes/dashboard/+layout.svelte +++ b/frontend/src/routes/dashboard/+layout.svelte @@ -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'