chore: fix ui incrementation
This commit is contained in:
@@ -614,13 +614,13 @@ export default function CheckoutScreen() {
|
||||
|
||||
{/* Note Telegram */}
|
||||
<View style={styles.telegramNote}>
|
||||
<Ionicons name="logo-telegram" size={22} color="#229ed9" style={{ marginTop: 2 }} />
|
||||
<Ionicons name="paper-plane-outline" size={22} color="#229ed9" style={{ marginTop: 2 }} />
|
||||
<View style={{ flex: 1 }}>
|
||||
<Text style={styles.telegramNoteTitle}>Compte Telegram requis</Text>
|
||||
<Text style={styles.telegramNoteText}>
|
||||
Votre commande ne pourra être validée que si votre compte Telegram est lié.{" "}
|
||||
</Text>
|
||||
<TouchableOpacity onPress={() => navigation.navigate("Profile")}>
|
||||
<TouchableOpacity onPress={() => navigation.navigate("ClientTabs")}>
|
||||
<Text style={styles.telegramNoteLink}>Lier depuis votre profil →</Text>
|
||||
</TouchableOpacity>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user