reduce gap
This commit is contained in:
@@ -857,7 +857,7 @@ export function SearchScreen(
|
|||||||
// HACK: shift up search input. we can't remove the top padding
|
// HACK: shift up search input. we can't remove the top padding
|
||||||
// on the search input because it messes up the layout animation
|
// on the search input because it messes up the layout animation
|
||||||
// if we add it only when the header is hidden
|
// 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.Outer noBottomBorder>
|
||||||
<Layout.Header.MenuButton />
|
<Layout.Header.MenuButton />
|
||||||
<Layout.Header.Content
|
<Layout.Header.Content
|
||||||
@@ -881,7 +881,7 @@ export function SearchScreen(
|
|||||||
)}
|
)}
|
||||||
</LayoutAnimationConfig>
|
</LayoutAnimationConfig>
|
||||||
<Animated.View
|
<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)}>
|
layout={native(LinearTransition)}>
|
||||||
<View style={[a.flex_row, a.gap_xs]}>
|
<View style={[a.flex_row, a.gap_xs]}>
|
||||||
<View style={[a.flex_1]}>
|
<View style={[a.flex_1]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user