diff --git a/app/components/routes/login.js b/app/components/routes/login.js index 72b2bdb..1d39618 100644 --- a/app/components/routes/login.js +++ b/app/components/routes/login.js @@ -31,12 +31,12 @@ const styles = StyleSheet.create({ textAlign: 'center' }, loginButton: { - flex: 0.9, + flex: 0.92, backgroundColor: GlobalStyles.get('CIRCLE_GREEN'), borderColor: GlobalStyles.get('CIRCLE_GREEN'), }, infoButton: { - flex: 0.15, + flex: 0.08, backgroundColor: GlobalStyles.get('CIRCLE_GREY'), borderColor: GlobalStyles.get('CIRCLE_GREY'), }, @@ -166,7 +166,7 @@ export default class Login extends React.Component { onPress={this.showAbout} underlayColor={GlobalStyles.get('CIRCLE_GREY_DARK')}> - About + ?