diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-11 00:21:32 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-11 00:21:32 +0000 |
| commit | 00dd4d0b549fdfe1c5224fc94141926925aab13d (patch) | |
| tree | b221f4588f4404a31aaa535444e49e2a4e5cb344 /app | |
| parent | b5fb0a1978eaa3d1fc6457a8c9b70741b65c2c66 (diff) | |
| download | karakeep-00dd4d0b549fdfe1c5224fc94141926925aab13d.tar.zst | |
build: Migrate to bun
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> |
