diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/Select/index.web.tsx | 3 |
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', |