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:
parent
8af079dd1d
commit
bae9e696f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
: ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue