The 3 Sep design drop (05ac53d) darkens the accent so it passes AA as text at 11px, and retires the two-colour rule:
--accent: #A6462F (Cupping; was #B8533A) — the design's comment: "One accent colour, no second rule to remember." Dark Roast keeps #E07A4F.
--accent-text: var(--accent) — "Deprecated alias, kept so the shipped mobile token set still resolves. New work uses --accent directly."
The app ships the old pair: MoodColors.accent is #B8533A and accentText is #783C2C in Cupping, with eleven label-step call sites on accentText (shipped by #359 / PR #419 — this drop reverses that ruling).
Acceptance
The 3 Sep design drop (
05ac53d) darkens the accent so it passes AA as text at 11px, and retires the two-colour rule:--accent: #A6462F(Cupping; was#B8533A) — the design's comment: "One accent colour, no second rule to remember." Dark Roast keeps#E07A4F.--accent-text: var(--accent)— "Deprecated alias, kept so the shipped mobile token set still resolves. New work uses --accent directly."The app ships the old pair:
MoodColors.accentis#B8533AandaccentTextis#783C2Cin Cupping, with eleven label-step call sites onaccentText(shipped by #359 / PR #419 — this drop reverses that ruling).Acceptance
accentis#A6462F; Dark Roast unchangedaccentTextequalsaccentin both moods (the alias kept, matching the design), stated in one line in the PR#B8533A