From c51b853a0e6507e07692f4bdf28d48c22ebd40a7 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 4 Feb 2016 18:24:52 +0000 Subject: [PATCH] Resize info button --- app/components/routes/login.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 + ?