fix(ui): meet AA on dark text-subtle and calendar event labels #470
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/MAPPS-406-contrast"
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?
What
Dark
--subtletoken #64748b -> #9aa8bd; calendartype_colorevent fills -500 -> -600 (green -700).Why
Regressions past the MAPPS-288 AA guard (MAPPS-399 F21/F22):
--subtlewas identical light/dark sotext-subtlewas 3.07:1 on dark surfaces; calendar white-on-fill labels failed AA (green-500 2.22:1). New values pass (subtle 6.07:1; all event fills >= 4.5, verified against Tailwind v4.1.18). Light--subtleuntouched;type_colorfeeds only event-block backgrounds.Closes MAPPS-406.