aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/signin.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2025-04-06 11:38:46 +0100
committerMohamedBassem <me@mbassem.com>2025-04-06 11:42:58 +0100
commit49efe1413ca3f4d9a4ba905bbf46ccd37dbee800 (patch)
treed75144fbd25904dcbb36ac05767df3e7cb47adb3 /apps/mobile/app/signin.tsx
parent27324a963120fe7a6aeff7cfbe358db5b3fafe7a (diff)
downloadkarakeep-49efe1413ca3f4d9a4ba905bbf46ccd37dbee800.tar.zst
fix(mobile): Update karakeep logo and splash screen
Diffstat (limited to 'apps/mobile/app/signin.tsx')
-rw-r--r--apps/mobile/app/signin.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/app/signin.tsx b/apps/mobile/app/signin.tsx
index 17a2158d..0d160398 100644
--- a/apps/mobile/app/signin.tsx
+++ b/apps/mobile/app/signin.tsx
@@ -121,7 +121,7 @@ export default function Signin() {
comp={(styles) => (
<Logo
height={150}
- width={200}
+ width={250}
fill={styles?.color?.toString()}
/>
)}