Skip to content

Commit f115ca9

Browse files
committed
fix: cally selected day hover color. closes: #4085
1 parent 7077d2a commit f115ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/daisyui/src/components/calendar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
font-size: 0.7rem;
3131
}
3232
::part(day):hover {
33-
&:not(::part(selected), ::part(button today)) {
33+
&:not(selected, today) {
3434
background: var(--color-base-200);
3535
}
3636
}

0 commit comments

Comments
 (0)