Skip to content

Commit

Permalink
Merge pull request #5530 from GeekyAnts/fix/actionsheet-userselect
Browse files Browse the repository at this point in the history
fix: user select none
  • Loading branch information
ankit-tailor authored Nov 3, 2022
2 parents 763db65 + fe4ad90 commit aa93ffd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme/components/actionsheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export const ActionsheetContent = {
py: 2,
borderRadius: 'none',
roundedTop: 20,
_web: {
userSelect: 'none',
},
_dragIndicator: {
height: 1,
width: 10,
Expand Down

0 comments on commit aa93ffd

Please sign in to comment.