diff --git a/web/packages/new/photos/components/SearchBar.tsx b/web/packages/new/photos/components/SearchBar.tsx index c9f34f2b59..80ed1fb432 100644 --- a/web/packages/new/photos/components/SearchBar.tsx +++ b/web/packages/new/photos/components/SearchBar.tsx @@ -208,7 +208,7 @@ const SearchInput: React.FC> = ({ /> {isInSearchMode && ( - resetSearch()} sx={{ ml: 1 }}> + )} @@ -221,6 +221,7 @@ const SearchInputWrapper = styled(Box)` width: 100%; align-items: center; justify-content: center; + gap: 8px; background: ${({ theme }) => theme.colors.background.base}; max-width: 484px; margin: auto;