fix: clean up remaining design system v4 stragglers
Remove shadow-primary remnants and fix double text-xs from font-label replacement in CopilotToggle, ValidationSummary, TemplateDetailModal, and ParameterSchemaBuilder/ParameterDetectorStepper. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -77,7 +77,7 @@ export function ValidationSummary({ errors, onSelectNode, onFixWithAI, isFixing,
|
||||
'flex items-center gap-1.5 rounded-md px-3 py-1 text-xs font-medium transition-colors',
|
||||
isFixing
|
||||
? 'bg-[rgba(34,211,238,0.10)] text-[#22d3ee] cursor-wait'
|
||||
: 'bg-[#22d3ee] text-white shadow-xs shadow-primary/20 hover:brightness-110'
|
||||
: 'bg-[#22d3ee] text-white hover:brightness-110'
|
||||
)}
|
||||
>
|
||||
{isFixing ? (
|
||||
|
||||
Reference in New Issue
Block a user