Merge pull request #841 from ente-io/fix-search-bar

fix search bar style and placeholder
This commit is contained in:
Abhinav Kumar 2022-12-27 16:01:03 +05:30 committed by GitHub
commit 798df504f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -61,6 +61,6 @@ export const SelectStyles = {
color: 'rgba(255, 255, 255, 0.7)',
wordSpacing: '2px',
whiteSpace: 'nowrap',
marginLeft: '36px',
marginLeft: '40px',
}),
};

View file

@ -390,7 +390,7 @@ const englishConstants = {
CREATE_ALBUM_FAILED: 'Failed to create album , please try again',
SEARCH_RESULTS: 'Search results',
SEARCH_HINT: () => <span>Search for location, dates, albums ...</span>,
SEARCH_HINT: () => <span>Search for albums, dates ...</span>,
SEARCH_TYPE: (type: SuggestionType) => {
switch (type) {
case SuggestionType.COLLECTION: