Re-sync Rituals app tokens with WCAG-remediated accent values #27
Labels
No labels
priority
P1
priority
P2
priority
P3
priority
P4
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
Toilville/toilville-design#27
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The design repo remediated the self-contained Rituals palette to WCAG AA (commit
fb80b92ondesign/artifact-followups). The app's authoritativeudg_tokens.json(recovery branchrituals-recover-spine) still carries the pre-remediation accent values, so app and design system now disagree.Changed accent/safety values (Brand/UDG/products/rituals/dtcg/color.json):
accent.success#DEA698→#936E65(white on-accent 2.1:1 → 4.5:1)accent.warning#FA0000→#EE0000(4.2:1 → 4.5:1)accent.error [dark]#F87171→#BE5656(2.8:1 → 4.5:1)accent.error [vanillanight]→#F87171(black on-accent, 7.6:1)safety.{allow,review,block} [vanillanight]nudged to 4.5:1Action: re-run the app's
dtcg_to_udg_tokens.pyagainst the updated DTCG (or sync the values) so the app ships AA-correct accents. Blocks: app currently renders sub-AA success/warning until synced.Design call made: keeping blush (#DEA698) for accent.success, text goes dark (textOnSuccessFixed). Update the DTCG source before running the sync — issue #28 resolved. @peterswimm
Wish completed — all requirements satisfied.