From dd82b88e2650f1158b7211a703566591ac7ab6aa Mon Sep 17 00:00:00 2001 From: Alex Dunmow Date: Mon, 3 Aug 2026 21:50:55 +0800 Subject: [PATCH] chore(colors): allowlist multicolor palette icon in cms Co-Authored-By: Claude Fable 5 --- colors.go | 1 + 1 file changed, 1 insertion(+) diff --git a/colors.go b/colors.go index cf3d77c..c0b44a3 100644 --- a/colors.go +++ b/colors.go @@ -137,6 +137,7 @@ var colorAllowedFiles = map[string]bool{ "routes/admin/system.tsx": true, // Theme preset picker — displays theme color swatches using actual HSL values "components/settings/theme-card.tsx": true, // Orchestrator theme gallery — preview swatches need real HSL ramps "routes/dashboard/sites/new/step-design.tsx": true, // Template chooser artwork uses explicit preview ramps + "components/icons/palette-multicolor.tsx": true, // Multicolor palette icon - fixed paint-dab fills are the point } // Tailwind color names that should use semantic tokens instead