From 4a3828277762245fa47aba71cfba3441a493211b Mon Sep 17 00:00:00 2001 From: Anmol Verma Date: Tue, 20 Aug 2024 23:20:28 +0530 Subject: [PATCH] Change colors --- apps/expo/app/(app)/(drawer)/(tabs)/search.tsx | 4 ++-- .../components/PlacesAutocomplete/PlacesAutocomplete.tsx | 4 +++- packages/app/components/SearchInput/SearchInput.tsx | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) 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} > ( )}