Remove duplicate back buttons from all Dashboard screens

This commit is contained in:
2026-01-17 03:40:28 +03:00
parent db97a67f1e
commit dc9de97de3
14 changed files with 13 additions and 148 deletions
+1 -3
View File
@@ -348,9 +348,7 @@ const SettingsScreen: React.FC = () => {
{/* Header */}
<View style={[styles.header, { backgroundColor: colors.surface, borderBottomColor: colors.border }]}>
<TouchableOpacity onPress={() => navigation.goBack()} style={styles.backButton}>
<Text style={styles.backButtonText}></Text>
</TouchableOpacity>
<View style={{ width: 40 }} />
<Text style={[styles.headerTitle, { color: colors.text }]}>Settings</Text>
<View style={{ width: 40 }} />
</View>