about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBartosz Kaszubowski <gosimek@gmail.com>2025-08-07 23:46:35 +0200
committerGitHub <noreply@github.com>2025-08-07 16:46:35 -0500
commitf708e884107c75559759b22901c87e57d5b979da (patch)
treefb97b0daf42128a99a922f0dbe735a5206af5dfa
parent88856b0ff7253ea9fc395efbd70fe6602024bb4f (diff)
downloadvoidsky-f708e884107c75559759b22901c87e57d5b979da.tar.zst
Add cursor pointer to web select trigger (#8787)
-rw-r--r--src/components/Select/index.web.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Select/index.web.tsx b/src/components/Select/index.web.tsx
index cfb401f97..324148683 100644
--- a/src/components/Select/index.web.tsx
+++ b/src/components/Select/index.web.tsx
@@ -98,13 +98,14 @@ export function Trigger({children, label}: TriggerProps) {
           t.atoms.bg_contrast_25,
           a.rounded_sm,
           a.w_full,
-          {maxWidth: 400},
           a.align_center,
           a.gap_sm,
           a.justify_between,
           a.py_sm,
           a.px_md,
+          a.pointer,
           {
+            maxWidth: 400,
             outline: 0,
             borderWidth: 2,
             borderStyle: 'solid',