File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/input-elements/Calendar Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ function Calendar<T extends DayPickerSingleProps | DayPickerRangeProps>({
53
53
weekday :
54
54
"w-9 font-normal text-center text-tremor-content-subtle dark:text-dark-tremor-content-subtle" ,
55
55
week : "flex w-full mt-0.5" ,
56
- day : "text-center p-0 relative focus-within:relative text-tremor-default text-tremor-content-emphasis dark:text-dark-tremor-content-emphasis" ,
56
+ day : "text-center p-0 relative focus-within:relative text-tremor-default text-tremor-content-emphasis dark:text-dark-tremor-content-emphasis hover:bg-tremor-background-subtle dark:hover:bg-dark-tremor-background-subtle rounded-tremor-default " ,
57
57
day_button :
58
- "h-9 w-9 p-0 hover:bg-tremor-background-subtle dark:hover:bg-dark-tremor-background-subtle outline-tremor-brand dark:outline-dark-tremor-brand rounded-tremor-default" ,
58
+ "h-9 w-9 p-0 outline-tremor-brand dark:outline-dark-tremor-brand rounded-tremor-default" ,
59
59
today : "font-bold" ,
60
60
selected :
61
61
"aria-selected:bg-tremor-background-emphasis aria-selected:text-tremor-content-inverted dark:aria-selected:bg-dark-tremor-background-emphasis dark:aria-selected:text-dark-tremor-content-inverted " ,
You can’t perform that action at this time.
0 commit comments