From b1240c1e49736c3bec62c67ebe40d02a98d88594 Mon Sep 17 00:00:00 2001
From: Mary <git@mary.my.id>
Date: Tue, 13 Feb 2024 14:45:11 +0700
Subject: [PATCH] fix: style adjustments

---
 src/view/com/auth/SplashScreen.tsx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx
index 222e9266..4fd800c3 100644
--- a/src/view/com/auth/SplashScreen.tsx
+++ b/src/view/com/auth/SplashScreen.tsx
@@ -101,7 +101,7 @@ export const SplashScreen = ({
                 },
                 inputIOS: {
                   color: pal.text.color,
-                  fontSize: 14,
+                  fontSize: 16,
                   paddingRight: 10 + 4,
                 },
               }}
@@ -113,7 +113,6 @@ export const SplashScreen = ({
                 top: 0,
                 right: 0,
                 bottom: 0,
-                width: 10,
                 pointerEvents: 'none',
                 alignItems: 'center',
                 justifyContent: 'center',