소스 검색

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