aow3xm
Results
1
comments of
aow3xm
They just removed cursor pointer of button by default in Tailwind v4, so I had to add custom CSS to `globals.css` ``` @layer base { button, [role="button"] { cursor: pointer;...