reduce gap

This commit is contained in:
Samuel Newman
2025-01-28 11:15:00 -08:00
parent f54905454f
commit 8e4a1a9b06
+2 -2
View File
@@ -857,7 +857,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
@@ -881,7 +881,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]}>