From 06fbb2fe81ebcdc7e0f1e9354eeedfbac9e12d94 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 28 Mar 2026 23:48:03 +0100 Subject: [PATCH] fix: replace hardcoded brand-navy/white tokens with semantic tokens on enrich list page Fixes dark mode rendering: list stayed white and text stayed dark because bg-white, text-brand-navy, border-brand-sand were not theme-aware. Replace with bg-surface, text-ink/ink-2/ink-3, border-line, bg-muted. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/enrich/+page.svelte | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/src/routes/enrich/+page.svelte b/frontend/src/routes/enrich/+page.svelte index a03383c2..2f2be719 100644 --- a/frontend/src/routes/enrich/+page.svelte +++ b/frontend/src/routes/enrich/+page.svelte @@ -31,13 +31,13 @@ function formatUploadDate(createdAt: string): string { -
+
-

+

{m.enrich_list_heading()}

{#if count > 0} -

+

{count} {m.enrich_list_count()}

@@ -57,9 +57,9 @@ function formatUploadDate(createdAt: string): string { {#if count === 0}
-
+
-

+

{m.enrich_list_empty_heading()}

-

+

{m.enrich_list_empty_body()}

{:else} -