Add cursor pointer to web select trigger (#8787)
This commit is contained in:
committed by
GitHub
parent
88856b0ff7
commit
f708e88410
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user