diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-06 00:25:49 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-06 00:25:49 +0000 |
| commit | 41ae967e0a458d9728e76401bd08385dd03b3c74 (patch) | |
| tree | b4212e06fb0d2b5869959c75d391765a92bb8998 /mobile/components | |
| parent | f0b0f909dfb7658312c5df0a18591a203077282f (diff) | |
added ui package, edited text on greeting page, using new ui package in form page
Diffstat (limited to 'mobile/components')
| -rw-r--r-- | mobile/components/GreetingPage.js | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/mobile/components/GreetingPage.js b/mobile/components/GreetingPage.js index 9d1d410..ad1f1c1 100644 --- a/mobile/components/GreetingPage.js +++ b/mobile/components/GreetingPage.js @@ -55,19 +55,19 @@ export default class GreetingPage extends Component { <View style={styles.titleContainer}> <Text style={styles.title}> - [Place text here!] + Ensure that location services are enabled! </Text> </View> - <TouchableHighlight - style={styles.first_button_container} + <TouchableHighlight + style={styles.first_button_container} onPress={() => { this.moveToFormPage() }}> <View style={styles.press_button}> <View> - <Text style={styles.current_location_title}> + <Text style={styles.current_location_title}> Use Current Location </Text> </View> @@ -86,7 +86,7 @@ export default class GreetingPage extends Component { <View style={styles.press_button}> <View> - <Text style={styles.current_location_title}> + <Text style={styles.current_location_title}> Drop Pin </Text> </View> @@ -122,7 +122,8 @@ const styles = StyleSheet.create( { marginTop: 10, textAlign: 'center', opacity: 0.9, - fontSize: 30 + fontSize: 18, + fontStyle: 'italic' }, current_location_title: { color: '#FFF', |
