diff --git a/apps/expo/app/(app)/(drawer)/(tabs)/search.tsx b/apps/expo/app/(app)/(drawer)/(tabs)/search.tsx index df2b9d4f2..e63bf7dd0 100644 --- a/apps/expo/app/(app)/(drawer)/(tabs)/search.tsx +++ b/apps/expo/app/(app)/(drawer)/(tabs)/search.tsx @@ -63,7 +63,7 @@ export default function Search() { {Platform.OS === 'web' && ( @@ -80,7 +80,7 @@ export default function Search() { // https://reactnavigation.org/docs/headers#replacing-the-title-with-a-custom-component }} /> - + { const { currentTheme } = useTheme(); return ( - {item.properties.name} + + {item.properties.name} + {item.properties.osm_value} diff --git a/packages/app/components/SearchInput/SearchInput.tsx b/packages/app/components/SearchInput/SearchInput.tsx index 27cedc1b3..4b80163ed 100644 --- a/packages/app/components/SearchInput/SearchInput.tsx +++ b/packages/app/components/SearchInput/SearchInput.tsx @@ -169,20 +169,20 @@ export const SearchInput = forwardRef( minWidth="100%" alignSelf="center" position="relative" - backgroundColor={currentTheme.colors.white} + backgroundColor={currentTheme.colors.background} borderRadius={8} > ( )}