fix: replace remaining hardcoded brand-navy/white tokens with semantic tokens
Some checks failed
CI / Unit & Component Tests (push) Has been cancelled
CI / Backend Unit Tests (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled

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 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-03-28 23:50:21 +01:00
parent 06fbb2fe81
commit bf46fe6d8b
3 changed files with 4 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ let selectedReceivers = $state(untrack(() => doc.receivers ?? []));
<button
type="submit"
form="skip-form"
class="font-sans text-sm font-medium text-brand-navy/60 transition-colors hover:text-brand-navy"
class="font-sans text-sm font-medium text-ink-2 transition-colors hover:text-ink"
>
{m.enrich_skip()}
</button>