From 65af68d13bf2798f657e2a53458f6739f92344a5 Mon Sep 17 00:00:00 2001 From: Molecule AI Core-UIUX Date: Sun, 10 May 2026 00:23:18 +0000 Subject: [PATCH 1/2] =?UTF-8?q?docs(canvas):=20clean=20up=20Known=20Issues?= =?UTF-8?q?=20section=20=E2=80=94=20remove=20duplicate=20entry=20+=20fix?= =?UTF-8?q?=20pre-commit=20action=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Pre-commit Hook: moved stray "Action:" line inside the section (was appended to WCAG entry below it after a rebase conflict resolution) - Removed duplicate text-ink-soft WCAG AA entry (lines 62-68 were a rebase artifact) Co-Authored-By: Claude Opus 4.7 --- docs/design-system/canvas-audit-items.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/design-system/canvas-audit-items.md b/docs/design-system/canvas-audit-items.md index a337619d..9e5f0e7f 100644 --- a/docs/design-system/canvas-audit-items.md +++ b/docs/design-system/canvas-audit-items.md @@ -49,14 +49,6 @@ canvas/src/ ### 🟡 MEDIUM: Pre-commit Hook Verification **Issue:** Pre-commit hook checks 'use client' on hook-using components but unclear if it actually fails on violations. - -### ✅ MEDIUM: text-ink-soft WCAG AA contrast (fixed) -**File:** `canvas/src/app/globals.css` + all canvas components -**Issue:** `--color-ink-soft` (#8d92a0) on dark zinc (#0e1014) = ~2.2:1 contrast, -below the WCAG 2.1 AA minimum of 4.5:1 for normal text. -**Impact:** Used in 261 instances across 52 files (captions, group titles, hints). -**Fix:** Replaced `text-ink-soft` → `text-ink-mid` (7.6:1) across all canvas source. -PR: `fix/ink-soft-wcag-contrast`. **Action:** Verify the hook is enforcing the rule correctly. ### ✅ MEDIUM: text-ink-soft WCAG AA contrast (fixed) -- 2.45.2 From bd5faf1ff5f156f682b895f8eac83ed7835a6d80 Mon Sep 17 00:00:00 2001 From: Molecule AI Core Platform Lead Date: Sun, 10 May 2026 00:26:38 +0000 Subject: [PATCH 2/2] trigger: re-run sop-tier-check -- 2.45.2