|
@@ -205,7 +205,7 @@ export default class Time extends Component{
|
205
|
205
|
return(
|
206
|
206
|
<TouchableWithoutFeedback style={styles.stdcontainer}>
|
207
|
207
|
<ImageBackground style={styles.regcontainer} source={require('../../assets/yellow-white.jpg')}>
|
208
|
|
- <Text style={styles.time_text}> Select the Start and End Time for the Appointment </Text>
|
|
208
|
+ <Text style={styles.qsttxt}> Select the Start and End Time for the Appointment </Text>
|
209
|
209
|
<Button style={styles.cenregbutton} title="8:00am" onPress={() => this.time_set(1,)}/>
|
210
|
210
|
<Button style={styles.cenregbutton} title="9:00am" onPress={() => this.time_set(2,)}/>
|
211
|
211
|
<Button style={styles.cenregbutton} title="10:00am" onPress={() => this.time_set(3,)}/>
|