Skip to content

Commit

Permalink
Adjust NAB
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejSWM committed Dec 15, 2023
1 parent 83094a8 commit d1dac19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function Search({onPress, placeholder, tooltip, style}: SearchProps) {
<Tooltip text={tooltip ?? translate('common.search')}>
<PressableWithFeedback
accessibilityLabel={tooltip ?? translate('common.search')}
role={CONST.ACCESSIBILITY_ROLE.BUTTON}
role={CONST.ROLE.BUTTON}
onPress={onPress}
style={styles.searchPressable}
>
Expand Down

0 comments on commit d1dac19

Please sign in to comment.