gilberto.cancel před 2 roky
rodič
revize
e3c5d30dd6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      screens/main/StateTime.js

+ 1
- 1
screens/main/StateTime.js Zobrazit soubor

@@ -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,)}/>