Skip to content

Commit

Permalink
fix: set default cursor for menu pressable overlay (#4188)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak authored Nov 23, 2023
1 parent 5f15f79 commit 68e170b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,9 @@ const styles = StyleSheet.create({
},
pressableOverlay: {
...StyleSheet.absoluteFillObject,
...(Platform.OS === 'web' && {
cursor: 'default',
}),
width: '100%',
},
});
Expand Down

0 comments on commit 68e170b

Please sign in to comment.