Эх сурвалжийг харах

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

zbb 1 сар өмнө
parent
commit
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}>