Update AppNavigator.tsx
This commit is contained in:
@@ -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>
|
||||||
),
|
),
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user