From a364e405adf5745328c9c1d254aa8717d55f4a78 Mon Sep 17 00:00:00 2001 From: "Victor \"David\" Medina" Date: Sun, 28 Jun 2026 00:57:58 -0400 Subject: [PATCH] =?UTF-8?q?fix(C-S/a11y):=20close=20out=20the=20WCAG=20con?= =?UTF-8?q?trast=20sweep=20=E2=80=94=20stone-500=20=E2=86=92=20stone-400?= =?UTF-8?q?=20(3=20remaining)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Night design/a11y sweep, batch 2: the last 3 sub-AA stone-500 instances → stone-400 (VulnerabilityMatrix status label, clients-page chevron, onboarding URL placeholder). Brand-scan WCAG contrast: now 0 (was 8 → 3 after #599 → 0). Measured, complete. No behavior change. Builds-ahead — deploys with the Deck. tsc: 0 errors. Co-Authored-By: Claude Opus 4.6 (1M context) --- app/(shell)/clients/page.tsx | 2 +- app/(shell)/onboarding/StarterOnboardingWizard.tsx | 2 +- components/dashboard/VulnerabilityMatrix.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/(shell)/clients/page.tsx b/app/(shell)/clients/page.tsx index 6e7c90ce..90e35749 100644 --- a/app/(shell)/clients/page.tsx +++ b/app/(shell)/clients/page.tsx @@ -60,7 +60,7 @@ export default function ClientsHubPage() { {body} diff --git a/app/(shell)/onboarding/StarterOnboardingWizard.tsx b/app/(shell)/onboarding/StarterOnboardingWizard.tsx index ffd547a7..4d25d641 100644 --- a/app/(shell)/onboarding/StarterOnboardingWizard.tsx +++ b/app/(shell)/onboarding/StarterOnboardingWizard.tsx @@ -505,7 +505,7 @@ export function StarterOnboardingWizard({ value={companyUrl} onChange={(event) => setCompanyUrl(event.target.value)} placeholder="yourbusiness.com" - className="w-full rounded-lg border border-stone-700 bg-stone-950/70 px-3.5 py-2.5 text-sm text-stone-100 placeholder:text-stone-500 focus-visible:border-amber-400/70 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-amber-400/30" + className="w-full rounded-lg border border-stone-700 bg-stone-950/70 px-3.5 py-2.5 text-sm text-stone-100 placeholder:text-stone-400 focus-visible:border-amber-400/70 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-amber-400/30" />

We only read your public website to draft a first brief, nothing is sent to your clients. diff --git a/components/dashboard/VulnerabilityMatrix.tsx b/components/dashboard/VulnerabilityMatrix.tsx index 906a140e..14a3d361 100644 --- a/components/dashboard/VulnerabilityMatrix.tsx +++ b/components/dashboard/VulnerabilityMatrix.tsx @@ -81,7 +81,7 @@ export function VulnerabilityMatrix() { Status - + Not yet run