Browse Source

Arreglo de styles

gilberto.cancel 2 years ago
parent
commit
e3c5d30dd6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      screens/main/StateTime.js

+ 1
- 1
screens/main/StateTime.js View File

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