diff --git a/app/views/NewServerView.js b/app/views/NewServerView.js index 0d5468222..11acda713 100644 --- a/app/views/NewServerView.js +++ b/app/views/NewServerView.js @@ -41,9 +41,9 @@ const styles = StyleSheet.create({ }, certificatePicker: { flex: 1, - marginTop: 40, + marginBottom: 32, alignItems: 'center', - justifyContent: 'center' + justifyContent: 'flex-end' }, chooseCertificateTitle: { fontSize: 15, @@ -264,8 +264,8 @@ class NewServerView extends React.Component { const { text } = this.state; return ( - {I18n.t('Join_your_workspace')} + {I18n.t('Join_your_workspace')} { - const { theme } = this.props; - if (this.previousServer) { - let top = 15; - if (isIOS) { - top = isNotch ? 45 : 30; - } - return ( - - - - ); - } - return null; - } - render() { const { theme } = this.props; return ( @@ -156,7 +131,6 @@ class OnboardingView extends React.Component { /> - {this.renderClose()} ); }