diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/signin.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/signin.tsx b/app/signin.tsx index cc8dde79..f500e36e 100644 --- a/app/signin.tsx +++ b/app/signin.tsx @@ -6,7 +6,7 @@ import { Input } from "@/components/ui/Input"; export default function Signin() { return ( - <View className="justify-center h-full flex flex-col gap-2 container"> + <View className="container justify-center h-full flex flex-col gap-2"> <View className="items-center"> <Logo /> </View> |
