Skip to content

moooon

Motir

Vibe your whole project. Bring an idea — Motir's three AI layers plan it, track it, and ship it, end to end. You're looking at Motir, built in Motir.

  • Vibe Project
  • Open Source
  • AI Agent
  • AI Loop
1
requests
0
upvotes
145
planned
1,361
shipped

Motir · Work items

MOTIR-758Done

6.17 Automation rule list faint labels fail AA contrast

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)