From 5e5791139d9f6c69571dc4e09e568676a8929d67 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 29 Mar 2026 15:32:18 +0200 Subject: [PATCH] fix(notifications): use bg-surface on
  • rows bg-canvas matched the page background making rows invisible against it. bg-surface gives each row the correct card/surface color (white in light, dark panel in dark mode), matching what was always intended. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/notifications/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/notifications/+page.svelte b/frontend/src/routes/notifications/+page.svelte index 28f56e51..862562ec 100644 --- a/frontend/src/routes/notifications/+page.svelte +++ b/frontend/src/routes/notifications/+page.svelte @@ -205,7 +205,7 @@ function typeBadgeLabel(type: NotificationItem['type']): string { class="divide-y divide-line rounded-sm border border-line bg-canvas shadow-sm" > {#each allNotifications as n (n.id)} -
  • +