Skip to content

Commit

Permalink
Fix spacing around SearchButton in Headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicu committed Oct 21, 2024
1 parent f683438 commit 2815eca
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 2815eca

Please sign in to comment.