|
|
@@ -107,7 +107,7 @@ const LoginPage: React.FC<LoginPageProps> = ({ goToNextPage, goToForgetPassWordP
|
|
|
className={`flex-1 ${screenHeight < 750 ? '' : 'space-y-8'}`}
|
|
|
>
|
|
|
<LanguageSwitcher></LanguageSwitcher>
|
|
|
- <View className="flex-1 py-4">
|
|
|
+ <View className="flex-1 py-3">
|
|
|
<View className="items-center">
|
|
|
{/* <View className="flex-3 items-center justify-end" style={{}}> */}
|
|
|
<Image
|
|
|
@@ -121,11 +121,11 @@ const LoginPage: React.FC<LoginPageProps> = ({ goToNextPage, goToForgetPassWordP
|
|
|
</View>
|
|
|
<View
|
|
|
style={{
|
|
|
- gap: 10
|
|
|
+ gap: 8
|
|
|
// paddingBottom: Math.max(insets.bottom, 20)
|
|
|
// marginTop: screenHeight > 750 ? 40 : 0
|
|
|
}}
|
|
|
- className="mx-[5%] mt-4"
|
|
|
+ className="mx-[5%] mt-3"
|
|
|
>
|
|
|
<Text className="text-lg text-center text-[#888888] font-[500]">
|
|
|
{t('login.tip1')}<Text className="font-bold"> {t('login.tip2')} </Text>{t('login.tip3')}
|