udpate minor search stuff

This commit is contained in:
Abhinav 2022-06-20 17:27:14 +05:30
parent 45a8dc1561
commit b6fe6056ff
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ export const SelectStyles = {
}),
control: (style, { isFocused }) => ({
...style,
backgroundColor: '#282828',
backgroundColor: 'rgba(255, 255, 255, 0.1)',
borderColor: isFocused ? '#1dba54' : 'transparent',
boxShadow: 'none',

View file

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