Open
Description
Describe the bug
Description
When I hover over a button, the cursor does not change to a pointer as expected. This issue occurs in my Next.js 15 project using ShadCN v4. I also checked the https://v4.shadcn.com/#button, and the same issue is present there. The cursor does not display as a pointer when hovering over buttons.
Affected component/components
Button
How to reproduce
- Set up a Next.js 15 project.
- Install and configure ShadCN v4.
- Add a button component using ShadCN's button implementation.
- Hover over the button.
- Observe that the cursor does not change to a pointer.
Codesandbox/StackBlitz link
https://codesandbox.io/p/devbox/8jqnnq
Logs
System Info
1. Framework: Next.js 15
2. ShadCn: v4
3. Browser: Tested on Chrome, Edge
4. OS: Windows 11
Before submitting
- I've made research efforts and searched the documentation
- I've searched for existing issues