Skip to content

Commit

Permalink
style: update calendar day selection color
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Feb 3, 2024
1 parent 610b892 commit 48c61b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ui/calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function Calendar({ className, classNames, showOutsideDays = true, ...props }: C
),
day_range_end: "day-range-end",
day_selected:
"bg-primary text-primary-foreground hover:bg-primary hover:text-primary-foreground focus:bg-primary focus:text-primary-foreground",
"bg-pia_dark_green text-primary-foreground hover:bg-primary hover:text-primary-foreground focus:bg-pia_dark_green focus:text-primary-foreground",
day_today: "bg-accent text-accent-foreground",
day_outside:
"day-outside text-muted-foreground opacity-50 aria-selected:bg-accent/50 aria-selected:text-muted-foreground aria-selected:opacity-30",
Expand Down

0 comments on commit 48c61b6

Please sign in to comment.