Use purple #804EEC for today's date in mini calendar

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Arthur Belleville 2026-02-21 21:15:42 +01:00
parent 8af079dd1d
commit bae9e696f2
No known key found for this signature in database

View file

@ -1069,7 +1069,7 @@ export const PlanningPage = () => {
day ? "hover:bg-muted" : ""
} ${
day && formatDate(day) === formatDate(new Date())
? "bg-primary text-primary-foreground"
? "bg-[#804EEC] text-white"
: day
? "text-foreground"
: ""