There was an error while loading. Please reload this page.
1 parent 17d6fd8 commit 9960287Copy full SHA for 9960287
1 file changed
packages/daisyui/src/components/calendar.css
@@ -29,6 +29,9 @@
29
border-radius: var(--radius-field);
30
font-size: 0.7rem;
31
}
32
+ ::part(day):hover {
33
+ background: var(--color-base-200);
34
+ }
35
::part(button day today) {
36
background: var(--color-primary);
37
color: var(--color-primary-content);
0 commit comments