aboutsummaryrefslogtreecommitdiff
path: root/mobile/components
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-06 00:25:49 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-06 00:25:49 +0000
commit41ae967e0a458d9728e76401bd08385dd03b3c74 (patch)
treeb4212e06fb0d2b5869959c75d391765a92bb8998 /mobile/components
parentf0b0f909dfb7658312c5df0a18591a203077282f (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.js13
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',