Reproduction URL (Required)
https://daisyui.com/components/calendar/
What version of daisyUI are you using?
v5.4.5
Which browsers are you seeing the problem on?
No response
Describe your issue
The Problem
When using react-day-picker, disabled dates still show the hover background color
Makes them look clickable when they're not
How to Reproduce
import { DayPicker } from "react-day-picker"
<DayPicker
mode="single"
disabled={{ from: new Date(2000, 0, 1), to: new Date() }}
/>
Hover over any disabled (past) date - it shows the hover background!
Reproduction URL (Required)
https://daisyui.com/components/calendar/
What version of daisyUI are you using?
v5.4.5
Which browsers are you seeing the problem on?
No response
Describe your issue
The Problem
When using react-day-picker, disabled dates still show the hover background color
Makes them look clickable when they're not
How to Reproduce
Hover over any disabled (past) date - it shows the hover background!