Skip to content

Commit e0bc3a5

Browse files
Merge pull request #470 from careerfairsystems/resizeModals
Resize modals
2 parents 63eb649 + ac8d12e commit e0bc3a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/screens/Profile/ProfileLoginScreen.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const styles = {
8989
width:'100%',
9090
},
9191
createAccountView: {
92-
height:'55%',
92+
height: Math.round(Dimensions.get('window').height)*0.85,
9393
width:'100%',
9494
backgroundColor: '#fff',
9595
borderRadius:10
@@ -135,7 +135,7 @@ const styles = {
135135
width:'100%',
136136
},
137137
helpView: {
138-
height:'60%',
138+
height: Math.round(Dimensions.get('window').height)*0.85,
139139
width:'100%',
140140
backgroundColor: '#fff',
141141
borderRadius:10,

0 commit comments

Comments
 (0)