Skip to content

Commit 9960287

Browse files
fix: apply theme-aware hover styling to Cally day buttons. closes: #3991
1 parent 17d6fd8 commit 9960287

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/daisyui/src/components/calendar.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
border-radius: var(--radius-field);
3030
font-size: 0.7rem;
3131
}
32+
::part(day):hover {
33+
background: var(--color-base-200);
34+
}
3235
::part(button day today) {
3336
background: var(--color-primary);
3437
color: var(--color-primary-content);

0 commit comments

Comments
 (0)