Skip to content

Commit

Permalink
Merge pull request #29722 from ishpaul777/fix/cursor-for-emojidropdown
Browse files Browse the repository at this point in the history
fixes the cursor for emoji dropdown button
  • Loading branch information
stitesExpensify authored Oct 18, 2023
2 parents 1c051fe + c5100d2 commit 410a843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EmojiPicker/EmojiPickerButtonDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function EmojiPickerButtonDropdown(props) {
onPress={onPress}
nativeID="emojiDropdownButton"
accessibilityLabel="statusEmoji"
accessibilityRole="text"
accessibilityRole={CONST.ACCESSIBILITY_ROLE.BUTTON}
>
{({hovered, pressed}) => (
<View style={styles.emojiPickerButtonDropdownContainer}>
Expand Down

0 comments on commit 410a843

Please sign in to comment.