From bf46fe6d8b0aa54c1ef6f60d1eef1bf275e97617 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 28 Mar 2026 23:50:21 +0100 Subject: [PATCH] fix: replace remaining hardcoded brand-navy/white tokens with semantic tokens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes dark mode in enrich/done page (bg-white → bg-surface, text-brand-navy → text-ink, border-brand-sand → border-line), enrich/[id] skip button (text-brand-navy/60 → text-ink-2), and PanelHistory version list (divide-brand-sand → divide-line). Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/PanelHistory.svelte | 2 +- frontend/src/routes/enrich/[id]/+page.svelte | 2 +- frontend/src/routes/enrich/done/+page.svelte | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/lib/components/PanelHistory.svelte b/frontend/src/lib/components/PanelHistory.svelte index 7b4bfb1d..601de3bd 100644 --- a/frontend/src/lib/components/PanelHistory.svelte +++ b/frontend/src/lib/components/PanelHistory.svelte @@ -406,7 +406,7 @@ $effect(() => { {/if} {:else} -