Skip to content

Commit 38c33bb

Browse files
committed
Fixed a few styling issues
1 parent 5b8c989 commit 38c33bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/input-elements/Calendar/Calendar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ function Calendar<T extends DayPickerSingleProps | DayPickerRangeProps>({
5353
weekday:
5454
"w-9 font-normal text-center text-tremor-content-subtle dark:text-dark-tremor-content-subtle",
5555
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",
5757
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",
5959
today: "font-bold",
6060
selected:
6161
"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 ",

0 commit comments

Comments
 (0)