Fix hardcoded colors in classic tokens and form components

Replace hardcoded hex/opacity values with CSS custom properties for
proper theming support across brands.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
michael
2026-03-04 10:34:31 -08:00
parent ca55f5a497
commit 852a3af854
2 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ export const classic: BrandTokens = {
primary: "#0891b2",
primaryDim: "#0e7490",
secondary: "#c026d3",
accent: "#00ff88",
accent: "#059669",
other: "#c026d3",
success: "#16a34a",