fix: replace remaining hardcoded brand-navy/white tokens with semantic tokens
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:
@@ -4,7 +4,7 @@ import { m } from '$lib/paraglide/messages.js';
|
||||
|
||||
<div class="mx-auto max-w-4xl px-4 py-10">
|
||||
<div
|
||||
class="border-brand-sand flex flex-col items-center justify-center rounded-sm border bg-white py-20 text-center shadow-sm"
|
||||
class="flex flex-col items-center justify-center rounded-sm border border-line bg-surface py-20 text-center shadow-sm"
|
||||
>
|
||||
<img
|
||||
src="/degruyter-icons/Simple/Large-32px/SVG/Action/Check/Check-Double-LG.svg"
|
||||
@@ -13,7 +13,7 @@ import { m } from '$lib/paraglide/messages.js';
|
||||
class="mb-6 h-16 w-16"
|
||||
/>
|
||||
|
||||
<h1 class="font-serif text-2xl font-medium text-brand-navy">
|
||||
<h1 class="font-serif text-2xl font-medium text-ink">
|
||||
{m.enrich_done_heading()}
|
||||
</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user