This commit is contained in:
Jorrin
2024-03-09 00:41:18 +01:00
parent 70f32abdf8
commit 887949ed8a
9 changed files with 157 additions and 162 deletions

View File

@@ -28,7 +28,7 @@ export function SearchBar({
};
return (
<View className="mb-6 mt-4 flex-row items-center rounded-full border border-primary-400 bg-black focus-within:border-primary-300">
<View className="border-primary-400 focus-within:border-primary-300 mb-6 mt-4 flex-row items-center rounded-full border bg-black">
<View className="ml-1 w-12 items-center justify-center">
<FontAwesome5
name="search"