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:
@@ -40,7 +40,7 @@ export const classic: BrandTokens = {
|
||||
primary: "#0891b2",
|
||||
primaryDim: "#0e7490",
|
||||
secondary: "#c026d3",
|
||||
accent: "#00ff88",
|
||||
accent: "#059669",
|
||||
other: "#c026d3",
|
||||
|
||||
success: "#16a34a",
|
||||
|
||||
Reference in New Issue
Block a user