diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-26 02:26:33 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-26 02:27:55 +0000 |
| commit | d1e8b0017dee12e04dbad9e85f7a8b497e584d1b (patch) | |
| tree | ecf1cb4b9ec291776dada965179a2cf9652cc537 /apps/mobile/app | |
| parent | 4ab081511b328085d6c7c9990da2abc1a6e920e1 (diff) | |
| download | karakeep-d1e8b0017dee12e04dbad9e85f7a8b497e584d1b.tar.zst | |
ui: Migrate to the new logo everywhere
Diffstat (limited to 'apps/mobile/app')
| -rw-r--r-- | apps/mobile/app/signin.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/app/signin.tsx b/apps/mobile/app/signin.tsx index ceb4c8d1..2255424e 100644 --- a/apps/mobile/app/signin.tsx +++ b/apps/mobile/app/signin.tsx @@ -56,7 +56,7 @@ export default function Signin() { <TouchableWithoutFeedback onPress={Keyboard.dismiss}> <View className="flex h-full flex-col justify-center gap-2 px-4"> <View className="items-center"> - <Logo /> + <Logo height={150} width={200} /> </View> {error && ( <Text className="w-full text-center text-red-500">{error}</Text> |
