diff options
| author | MohamedBassem <me@mbassem.com> | 2025-04-06 11:38:46 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2025-04-06 11:42:58 +0100 |
| commit | 49efe1413ca3f4d9a4ba905bbf46ccd37dbee800 (patch) | |
| tree | d75144fbd25904dcbb36ac05767df3e7cb47adb3 /apps/mobile/app | |
| parent | 27324a963120fe7a6aeff7cfbe358db5b3fafe7a (diff) | |
| download | karakeep-49efe1413ca3f4d9a4ba905bbf46ccd37dbee800.tar.zst | |
fix(mobile): Update karakeep logo and splash screen
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 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()} /> )} |
