mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
fix lint
This commit is contained in:
@@ -13,7 +13,7 @@ const buttonVariants = cva(
|
||||
variants: {
|
||||
variant: {
|
||||
default: "bg-primary-300",
|
||||
outline: "border border-primary-400 bg-transparent",
|
||||
outline: "border-primary-400 border bg-transparent",
|
||||
secondary: "bg-secondary-300",
|
||||
},
|
||||
size: {
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user