瀏覽代碼

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

zbb 1 月之前
父節點
當前提交
6c3f02779b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}>