fix(a11y): muted secondary text meets WCAG AA — tertiary token 0.55→0.62#71
Merged
Conversation
Session 375 contrast audit: the light themes' text.tertiary alpha (0.55) rendered muted secondary labels — 'Sort by: Name', '4 days ago', type tags, empty-state hints — at 4.09:1 on the app background, just under WCAG AA (4.5:1). Bumped the alpha to 0.62 across the 5 light themes (default / high-contrast / the three tinted lights), clearing AA (~4.8:1) with a small legibility gain and no change to the dark themes (their light-on-dark tertiary is already ≥0.6). Confirmed on Files / Contacts / Mailbox: 4.09:1 findings → 0. The dark themes measured clean (bg rgb(22,22,22), 0 findings across 5 apps incl. theme-editor); the phantom-token class that caused past unreadable-on-dark panels is already CI-guarded by check-css-tokens. Remaining below-AA text is accent-COLOURED brand text (links/tags at 3.2–3.9:1) — a separate brand decision, left as-is. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Session 375 contrast audit: the light themes' text.tertiary alpha (0.55) rendered muted secondary labels — 'Sort by: Name', '4 days ago', type tags, empty-state hints — at 4.09:1 on the app background, just under WCAG AA (4.5:1). Bumped the alpha to 0.62 across the 5 light themes (default / high-contrast / the three tinted lights), clearing AA (~4.8:1) with a small legibility gain and no change to the dark themes (their light-on-dark tertiary is already ≥0.6). Confirmed on Files / Contacts / Mailbox: 4.09:1 findings → 0. The dark themes measured clean (bg rgb(22,22,22), 0 findings across 5 apps incl. theme-editor); the phantom-token class that caused past unreadable-on-dark panels is already CI-guarded by check-css-tokens. Remaining below-AA text is accent-COLOURED brand text (links/tags at 3.2–3.9:1) — a separate brand decision, left as-is.