From ccd8f5c3dbdc14cd673d3c4fdc12fab8c80fb6c0 Mon Sep 17 00:00:00 2001 From: RevIQ Date: Tue, 6 Jan 2026 18:07:30 +0800 Subject: [PATCH] Add cursor-pointer to buttons globally MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- apps/publisher-dashboard/src/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/publisher-dashboard/src/app.css b/apps/publisher-dashboard/src/app.css index ee2d8d5..ebd9704 100644 --- a/apps/publisher-dashboard/src/app.css +++ b/apps/publisher-dashboard/src/app.css @@ -118,4 +118,8 @@ body { @apply bg-background text-foreground; } + button, + [role="button"] { + @apply cursor-pointer; + } } \ No newline at end of file