Browse Source

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

zbb 1 month ago
parent
commit
6c3f02779b
1 changed files with 1 additions and 1 deletions
  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}>