Skip to content

Commit

Permalink
feat: add grab cursor (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw authored Nov 11, 2021
1 parent 286d384 commit de4cd0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stories/libraries/Gesture/Draggable/Draggable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ const styles = StyleSheet.create({
shadowRadius: 1.41,

elevation: 2,
...Platform.select({ web: { cursor: 'grab' }, default: {} }),
},
z: {
zIndex: 999,
Expand Down

0 comments on commit de4cd0a

Please sign in to comment.