diff --git a/apps/expo/src/components/ui/Searchbar.tsx b/apps/expo/src/components/ui/Searchbar.tsx index 2587d76..dd62f45 100644 --- a/apps/expo/src/components/ui/Searchbar.tsx +++ b/apps/expo/src/components/ui/Searchbar.tsx @@ -68,6 +68,10 @@ export function SearchBar({ ref={inputRef} placeholder="What are you looking for?" width="80%" + borderColor={isFocused ? theme.colorTransparent : theme.inputBorder} + backgroundColor={ + isFocused ? theme.searchFocused : theme.searchBackground + } /> );