Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymczakJ committed Sep 30, 2024
1 parent ca27414 commit 029f277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Search/SearchSelectedNarrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function SearchSelectedNarrow({options, itemsLength}: SearchSelectedNarrowProps)
};

return (
<View>
<View style={[styles.pb3]}>
<Button
onPress={openMenu}
ref={buttonRef}
Expand Down

0 comments on commit 029f277

Please sign in to comment.