Add pointer cursor styling to interactive UI primitives
SteamWar CI / Build (push) Successful in 1m53s
SteamWar CI / Deploy (push) Successful in 10s

- Update buttons, inputs, menus, tabs, sliders, and dialogs to show pointer cursors
- Keep disabled states unchanged
This commit is contained in:
2026-05-19 10:19:23 +02:00
parent 4c434f8511
commit 413c84e293
27 changed files with 27 additions and 27 deletions
@@ -12,7 +12,7 @@
<SelectPrimitive.ScrollUpButton
bind:ref
class={cn("flex cursor-default items-center justify-center py-1", className)}
class={cn("flex cursor-pointer items-center justify-center py-1", className)}
{...restProps}
>
<ChevronUp class="size-4" />