Accessibility: Sheet close button contrast below 3:1 (WCAG AA fail) #190

Open
opened 2026-05-29 16:45:54 -05:00 by null · 0 comments
Owner

Severity: Major

Description: The Sheet component close button uses text-white opacity-60 hover:opacity-100 on bg-primary-navy. The opacity-60 reduces contrast below 3:1, failing WCAG AA.

File: src/components/ui/Sheet.jsx line 59

Fix direction: Use text-white with hover:text-primary-cyan or increase base opacity to opacity-80.

**Severity:** Major **Description:** The Sheet component close button uses `text-white opacity-60 hover:opacity-100` on `bg-primary-navy`. The `opacity-60` reduces contrast below 3:1, failing WCAG AA. **File:** `src/components/ui/Sheet.jsx` line 59 **Fix direction:** Use `text-white` with `hover:text-primary-cyan` or increase base opacity to `opacity-80`.
null added the
bug
accessibility
labels 2026-05-29 16:45:54 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#190
No description provided.