From 669d100930c9b2d9597b48677f27f0d8216036e4 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 28 Mar 2019 13:58:57 -0400 Subject: Moved button icons beside button text --- mobile/components/GreetingPage.js | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'mobile/components') diff --git a/mobile/components/GreetingPage.js b/mobile/components/GreetingPage.js index 9301fbc..4f68132 100644 --- a/mobile/components/GreetingPage.js +++ b/mobile/components/GreetingPage.js @@ -81,13 +81,13 @@ export default class GreetingPage extends Component { - + Use Current Location - + @@ -98,13 +98,13 @@ export default class GreetingPage extends Component { - + Drop Pin - + @@ -140,7 +140,6 @@ const styles = StyleSheet.create( { }, current_location_title: { color: '#FFF', - marginTop: 15, textAlign: 'center', opacity: 0.9, fontSize: 20 @@ -155,12 +154,16 @@ const styles = StyleSheet.create( { alignItems: 'stretch' }, press_button: { - flexDirection: 'column', - justifyContent: 'center', + flexDirection: 'row', + justifyContent: 'space-between', + // padding:5, alignItems: 'center' }, second_button_container: { flex: 1, - backgroundColor: '#535c68' + backgroundColor: '#535c68', + flexDirection: 'row', + justifyContent: 'center', + alignItems: 'stretch' } }) -- cgit v1.2.3