“Buttons now use cursor: default instead of cursor: pointer to match the default browser behavior.” So in Tailwind v4, buttons no longer automatically show the hand cursor unless you explicitly add cursor-pointer. I think it's better to create a custom wrapper button component that extends ...
"relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50", inset && "pl-8", className, )} {...props} /> )); ContextMenuItem.displayNam...