mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-09 20:41:01 +00:00
auto-commit for 8c34454b-2444-4183-bf56-4e1a8870bd7e
This commit is contained in:
@@ -78,12 +78,12 @@ export default function LanguageSettingsScreen({ navigation }: any) {
|
||||
};
|
||||
|
||||
return (
|
||||
<View style={[styles.container, { paddingTop: insets.top }]}>
|
||||
<View style={styles.header}>
|
||||
<View style={[styles.container, { paddingTop: insets.top, backgroundColor: colors.background }]}>
|
||||
<View style={[styles.header, { backgroundColor: colors.card, borderBottomColor: colors.border }]}>
|
||||
<TouchableOpacity onPress={() => navigation.goBack()} style={styles.backButton}>
|
||||
<Ionicons name="arrow-back" size={24} color="#1F2937" />
|
||||
<Ionicons name="arrow-back" size={24} color={colors.text} />
|
||||
</TouchableOpacity>
|
||||
<Text style={styles.headerTitle}>Language</Text>
|
||||
<Text style={[styles.headerTitle, { color: colors.text }]}>Language</Text>
|
||||
<View style={{ width: 40 }} />
|
||||
</View>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user