From 7307148b3a6e5a29b8e1832d9c9b19ffb6e451c3 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Wed, 18 Dec 2019 09:50:11 -0300 Subject: [PATCH] [FIX] Incorrect background color login on iPad (#1480) --- app/views/LoginSignupView.js | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/app/views/LoginSignupView.js b/app/views/LoginSignupView.js index 0fe8361e7..937596e55 100644 --- a/app/views/LoginSignupView.js +++ b/app/views/LoginSignupView.js @@ -27,7 +27,8 @@ const styles = StyleSheet.create({ paddingVertical: 30 }, safeArea: { - paddingBottom: 30 + paddingBottom: 30, + flex: 1 }, serviceButton: { borderRadius: 2, @@ -421,18 +422,22 @@ class LoginSignupView extends React.Component { render() { const { theme } = this.props; return ( - - - + + {this.renderServices()} {this.renderServicesSeparator()}