Add cursor-pointer to buttons globally

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
RevIQ
2026-01-06 18:07:30 +08:00
parent a1db9ca3c5
commit ccd8f5c3db

View File

@@ -118,4 +118,8 @@
body { body {
@apply bg-background text-foreground; @apply bg-background text-foreground;
} }
button,
[role="button"] {
@apply cursor-pointer;
}
} }