chore(colors): allowlist multicolor palette icon in cms

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Alex Dunmow 2026-08-03 21:50:55 +08:00
parent 6979a87d92
commit dd82b88e26

View File

@ -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 "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 "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 "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 // Tailwind color names that should use semantic tokens instead