|
@@ -33,6 +33,7 @@ export default class Contact extends Component {
|
|
|
<TextView style={styles.contentText}>{$t("support.timeAllDay") + " - " + $t("support.time24Hours")}</TextView>
|
|
<TextView style={styles.contentText}>{$t("support.timeAllDay") + " - " + $t("support.time24Hours")}</TextView>
|
|
|
<TextView style={styles.labelText}>{$t("support.labelWhatsappChat")}</TextView>
|
|
<TextView style={styles.labelText}>{$t("support.labelWhatsappChat")}</TextView>
|
|
|
<TextView style={styles.contentText}>{$t("support.timeWeekDay") + " - 9:00AM to 5:00PM" }</TextView>
|
|
<TextView style={styles.contentText}>{$t("support.timeWeekDay") + " - 9:00AM to 5:00PM" }</TextView>
|
|
|
|
|
+ <TextView style={styles.contentText2}>(Except public holidays)</TextView>
|
|
|
<View style={ui.flex1}></View>
|
|
<View style={ui.flex1}></View>
|
|
|
<Button
|
|
<Button
|
|
|
text={$t("support.btnCallSupport")}
|
|
text={$t("support.btnCallSupport")}
|
|
@@ -80,6 +81,10 @@ const styles = StyleSheet.create({
|
|
|
color: textSecondary,
|
|
color: textSecondary,
|
|
|
fontSize: 16
|
|
fontSize: 16
|
|
|
},
|
|
},
|
|
|
|
|
+ contentText2: {
|
|
|
|
|
+ color: textSecondary,
|
|
|
|
|
+ fontSize: 12
|
|
|
|
|
+ },
|
|
|
buttonPrimary: {
|
|
buttonPrimary: {
|
|
|
marginBottom: 16,
|
|
marginBottom: 16,
|
|
|
backgroundColor: colorPrimary
|
|
backgroundColor: colorPrimary
|