From 5d0a2a2c9c5e820ca0c3e71a16d61934e59833b7 Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 26 Mar 2026 19:47:44 +0100 Subject: [PATCH] fix: use semantic color tokens for enrich hint box Replaced hardcoded brand-navy/brand-mint palette constants with semantic tokens (ink, accent, accent-bg) so the hint box themes correctly in dark mode. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/+page.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index 57f40f8e..7fff1e51 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -90,7 +90,7 @@ $effect(() => { {#if data.incompleteCount > 0}
{ class="h-6 w-6 opacity-60" />
-

+

{m.enrich_needs_metadata_title()}

-

+

{m.enrich_needs_metadata_count({ count: data.incompleteCount })}

{m.enrich_needs_metadata_cta()} →