fix(calendar): today-cell highlight uses theme-aware accent + ring (MAPPS-301) #296
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
psa-systems/mokosh-apps!296
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/MAPPS-301-calendar-today-cell-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?
The month-grid today cell was a flat
bg-accent-50with no dark-mode variant. In Light mode the 50-shade is near-white so today blended into the surroundingbg-surfaceneutral cells (the QA "very white" report); in Dark mode there was no dark counterpart, so the same 50-shade rendered as a jarringly bright slab on the dark cells. Use the project's standardbg-accent-50 dark:bg-accent-900/30pair (already used by the sidebar active-nav state and the picker inline-create rows) plus a thin inset accent ring so today is unambiguously identifiable at WCAG AA contrast against the neutral cells in both themes.#MAPPS-301