fix(wcag): sweep text-zinc-600→zinc-500 across 9 components with small text
zinc-600 on zinc-900/950 background ≈ 2.6:1 contrast (WCAG AA requires
4.5:1 for text under 18pt). Found 15 instances across 9 components where
small-text data labels used this low-contrast pairing.
Files and what they label:
EmptyState.tsx:132 — skill count + model on template cards (new-user visible)
SidePanel.tsx:230 — workspace ID in panel footer (copyable, functional)
ActivityTab.tsx:210 — entry timestamp (8px)
ActivityTab.tsx:214 — expand chevron affordance (9px)
ActivityTab.tsx:236 — "→" direction arrow between agents (9px)
ActivityTab.tsx:278 — entry ID (8px, font-mono)
ScheduleTab.tsx:284 — empty-state description text (9px)
ScheduleTab.tsx:320 — schedule prompt preview (9px, truncate)
ScheduleTab.tsx:323 — last/next/run-count metadata row (8px)
SkillsTab.tsx:380 — "Examples" section header (9px uppercase)
TracesTab.tsx:132 — trace ID (8px, font-mono)
AgentCommsPanel.tsx:166 — message timestamp (9px)
secrets-section.tsx:59 — secret key name (9px, font-mono)
secrets-section.tsx:308 — encryption notice (9px)
MissingKeysModal.tsx:175 — missing key identifier (9px, font-mono)
Fix: zinc-600 → zinc-500 across all 15 instances. Purely cosmetic —
no logic, no layout, no interactive behaviour changed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>