ソースを参照

Arreglo de styles

gilberto.cancel 2 年 前
コミット
e3c5d30dd6
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      screens/main/StateTime.js

+ 1
- 1
screens/main/StateTime.js ファイルの表示

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