Add cursor pointer to web select trigger (#8787)

This commit is contained in:
Bartosz Kaszubowski
2025-08-07 23:46:35 +02:00
committed by GitHub
parent 88856b0ff7
commit f708e88410
+2 -1
View File
@@ -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',