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