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,
|
t.atoms.bg_contrast_25,
|
||||||
a.rounded_sm,
|
a.rounded_sm,
|
||||||
a.w_full,
|
a.w_full,
|
||||||
{maxWidth: 400},
|
|
||||||
a.align_center,
|
a.align_center,
|
||||||
a.gap_sm,
|
a.gap_sm,
|
||||||
a.justify_between,
|
a.justify_between,
|
||||||
a.py_sm,
|
a.py_sm,
|
||||||
a.px_md,
|
a.px_md,
|
||||||
|
a.pointer,
|
||||||
{
|
{
|
||||||
|
maxWidth: 400,
|
||||||
outline: 0,
|
outline: 0,
|
||||||
borderWidth: 2,
|
borderWidth: 2,
|
||||||
borderStyle: 'solid',
|
borderStyle: 'solid',
|
||||||
|
|||||||
Reference in New Issue
Block a user