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'