diff --git a/src/view/screens/Search/Search.tsx b/src/view/screens/Search/Search.tsx index 6a30e46fbd..4ab22f784a 100644 --- a/src/view/screens/Search/Search.tsx +++ b/src/view/screens/Search/Search.tsx @@ -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}}>