From 8e4a1a9b0607ed282ddf749145d88d3878f2518a Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 28 Jan 2025 11:15:00 -0800 Subject: [PATCH] reduce gap --- src/view/screens/Search/Search.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/screens/Search/Search.tsx b/src/view/screens/Search/Search.tsx index 17f0a5a414..ad980e9425 100644 --- a/src/view/screens/Search/Search.tsx +++ b/src/view/screens/Search/Search.tsx @@ -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}}>