Skip to content

Commit

Permalink
Merge pull request #51081 from software-mansion-labs/kicu/51009-searc…
Browse files Browse the repository at this point in the history
…h-icon

Fix small search visual bugs
  • Loading branch information
luacmartins authored Oct 22, 2024
2 parents 8a05a74 + 2815eca commit f1707ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/HeaderWithBackButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ function HeaderWithBackButton({
</PressableWithoutFeedback>
</Tooltip>
)}
{shouldDisplaySearchRouter && <SearchButton style={styles.ml2} />}
</View>
{shouldDisplaySearchRouter && <SearchButton style={styles.mr5} />}
</View>
</View>
);
Expand Down
1 change: 0 additions & 1 deletion src/pages/AddressPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ function AddressPage({title, address, updateAddress, isLoadingApp = true, backTo
title={title}
shouldShowBackButton
onBackButtonPress={() => Navigation.goBack(backTo)}
shouldDisplaySearchRouter
/>
{isLoadingApp ? (
<FullscreenLoadingIndicator style={[styles.flex1, styles.pRelative]} />
Expand Down

0 comments on commit f1707ba

Please sign in to comment.