Skip to content

Commit

Permalink
reduce gap
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Jan 28, 2025
1 parent eb6d8f9 commit c235869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/screens/Search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ export function SearchScreen(
// HACK: shift up search input. we can't remove the top padding
// on the search input because it messes up the layout animation
// if we add it only when the header is hidden
style={{marginBottom: tokens.space.md * -1}}>
style={{marginBottom: tokens.space.sm * -1}}>
<Layout.Header.Outer noBottomBorder>
<Layout.Header.MenuButton />
<Layout.Header.Content
Expand All @@ -875,7 +875,7 @@ export function SearchScreen(
)}
</LayoutAnimationConfig>
<Animated.View
style={[a.px_md, a.pt_md, a.pb_sm, a.gap_sm]}
style={[a.px_md, a.pt_sm, a.pb_sm, a.gap_sm]}
layout={native(LinearTransition)}>
<View style={[a.flex_row, a.gap_xs]}>
<View style={[a.flex_1]}>
Expand Down

0 comments on commit c235869

Please sign in to comment.