Update AppNavigator.tsx

This commit is contained in:
2026-05-18 17:01:27 +02:00
parent 7018443b18
commit 2ac1777570
+4 -1
View File
@@ -88,7 +88,10 @@ export default function AppNavigator() {
headerTitle: () => ( headerTitle: () => (
<View style={{ flexDirection: 'row', alignItems: 'center', gap: 8 }}> <View style={{ flexDirection: 'row', alignItems: 'center', gap: 8 }}>
<Image source={navLogo} style={{ width: 28, height: 28, borderRadius: 6 }} resizeMode="contain" /> <Image source={navLogo} style={{ width: 28, height: 28, borderRadius: 6 }} resizeMode="contain" />
<Text style={{ color: '#F4F1EA', fontSize: 18, fontWeight: '600' }}>Time To Leave</Text> <Text style={{ color: '#F4F1EA', fontSize: 18, fontWeight: '600' }}>Time</Text>
<Text style={{ color: '#ea1579', fontSize: 18, fontWeight: '600' }}>To </Text>
<Text style={{ color: '#F4F1EA', fontSize: 18, fontWeight: '600' }}>Leave</Text>
</View> </View>
), ),
})} })}