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:
@@ -201,7 +201,7 @@ export function TemplateDetailModal(props: TemplateDetailModalProps) {
|
||||
key={param.name}
|
||||
className="flex items-start gap-3 bg-[#14161d] border border-[#1e2130] rounded-xl p-3"
|
||||
>
|
||||
<code className="font-sans text-xs text-xs text-[#22d3ee] shrink-0">
|
||||
<code className="font-sans text-xs text-[#22d3ee] shrink-0">
|
||||
{param.name}
|
||||
</code>
|
||||
<span className="text-[#848b9b] text-sm flex-1">
|
||||
|
||||
Reference in New Issue
Block a user