Skip to content

Commit

Permalink
Merge pull request #45380 from Krishna2323/krishna2323/issue/45198
Browse files Browse the repository at this point in the history
fix: Search icon has no safe area around and its hard to tap.
  • Loading branch information
mountiny authored Jul 19, 2024
2 parents f52b7fe + ee61db8 commit 65b4b84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function TopBar({breadcrumbLabel, activeWorkspaceID, shouldDisplaySearch = true}
<Tooltip text={translate('common.find')}>
<PressableWithoutFeedback
accessibilityLabel={translate('sidebarScreen.buttonFind')}
style={[styles.flexRow, styles.mr2]}
style={[styles.flexRow, styles.mr2, styles.touchableButtonImage]}
onPress={Session.checkIfActionIsAllowed(() => Navigation.navigate(ROUTES.CHAT_FINDER))}
>
<Icon
Expand Down

0 comments on commit 65b4b84

Please sign in to comment.