Bluesky app fork with some witchin' additions 💫

Add cursor pointer to web select trigger (#8787)

authored by

Bartosz Kaszubowski and committed by
GitHub
f708e884 88856b0f

+2 -1
+2 -1
src/components/Select/index.web.tsx
··· 98 98 t.atoms.bg_contrast_25, 99 99 a.rounded_sm, 100 100 a.w_full, 101 - {maxWidth: 400}, 102 101 a.align_center, 103 102 a.gap_sm, 104 103 a.justify_between, 105 104 a.py_sm, 106 105 a.px_md, 106 + a.pointer, 107 107 { 108 + maxWidth: 400, 108 109 outline: 0, 109 110 borderWidth: 2, 110 111 borderStyle: 'solid',