Jelajahi Sumber

style: fix login screen form overlap with logo on smaller devices

zbb 1 bulan lalu
induk
melakukan
6c3f02779b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/login.tsx

+ 1 - 1
app/login.tsx

@@ -149,7 +149,7 @@ export default function LoginScreen() {
           >
             {/* 底部表单区域 */}
             <View
-              style={[styles.bottom, { paddingBottom: insets.bottom + 70 }]}
+              style={[styles.bottom, { paddingBottom: insets.bottom + 20 }]}
             >
               {/* 表单 */}
               <View style={styles.form}>