MotirBuilding in public
MOTIR · moooon
onMotir
You’re viewing a public project. Anyone can view it — no account needed. Sign in to submit, upvote, or comment on requests.View-only — you can’t edit work items
MOTIR-758

6.17 Automation rule list faint labels fail AA contrast

Done
Description

Type: bug · accessibility (color-contrast) Parent: Epic 6 (Search, reporting & admin) Discovered in: 6.7.3 combined a11y sweep, Automation rules settings over the corpus.

Symptom: axe color-contrast (serious). AutomationRuleList.tsx renders the meaningful last-run labels “Never run” / “No actions” in text-(--el-text-faint) (--color-stone #a4a097), ≈ 2.6:1 on the card --el-page-bg — well below AA.

Root cause / fix: --el-text-faint is a decorative token; these are meaningful labels and must use an AA token. Swap to text-(--el-text-muted) for the never-run / no-actions labels in app/(authed)/settings/project/automation/_components/AutomationRuleList.tsx (~lines 211, 232). Local fix; verify against the 6.7.3 sweep.

Blocks: 6.7.3 (PR #1170). Resolution: (open)