Переглянути джерело

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}>