diff --git a/src/screens/Profile/ProfileLoginScreen.js b/src/screens/Profile/ProfileLoginScreen.js index 5a5455d..e85d0c2 100644 --- a/src/screens/Profile/ProfileLoginScreen.js +++ b/src/screens/Profile/ProfileLoginScreen.js @@ -89,7 +89,7 @@ const styles = { width:'100%', }, createAccountView: { - height:'55%', + height: Math.round(Dimensions.get('window').height)*0.85, width:'100%', backgroundColor: '#fff', borderRadius:10 @@ -135,7 +135,7 @@ const styles = { width:'100%', }, helpView: { - height:'60%', + height: Math.round(Dimensions.get('window').height)*0.85, width:'100%', backgroundColor: '#fff', borderRadius:10,