diff --git a/src/styles/search.ts b/src/styles/search.ts index 6e81572a1..81a83f33e 100644 --- a/src/styles/search.ts +++ b/src/styles/search.ts @@ -61,6 +61,6 @@ export const SelectStyles = { color: 'rgba(255, 255, 255, 0.7)', wordSpacing: '2px', whiteSpace: 'nowrap', - marginLeft: '36px', + marginLeft: '40px', }), }; diff --git a/src/utils/strings/englishConstants.tsx b/src/utils/strings/englishConstants.tsx index 79d5c1451..870edfb49 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -390,7 +390,7 @@ const englishConstants = { CREATE_ALBUM_FAILED: 'Failed to create album , please try again', SEARCH_RESULTS: 'Search results', - SEARCH_HINT: () => Search for location, dates, albums ..., + SEARCH_HINT: () => Search for albums, dates ..., SEARCH_TYPE: (type: SuggestionType) => { switch (type) { case SuggestionType.COLLECTION: