From 5b8987a191b61a82d334e70f414debe0123a10f4 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Apr 2026 20:36:25 +0500 Subject: [PATCH] fix: use theme tokens on catalogue scrape buttons Replace hardcoded bg-amber-500/text-zinc-900 with bg-(--color-brand)/text-(--color-surface) to match the rest of the UI's button palette (both grid and list views). --- ui/src/routes/catalogue/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/routes/catalogue/+page.svelte b/ui/src/routes/catalogue/+page.svelte index 5691e2d..4533cb0 100644 --- a/ui/src/routes/catalogue/+page.svelte +++ b/ui/src/routes/catalogue/+page.svelte @@ -591,7 +591,7 @@ @@ -694,7 +694,7 @@