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