auto-commit for 8c34454b-2444-4183-bf56-4e1a8870bd7e

This commit is contained in:
emergent-agent-e1
2025-11-09 02:38:46 +00:00
parent f05eb73625
commit 09461ff6dd
@@ -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>