Skip to content

Commit

Permalink
SCRUM-143 Change Header Title Color to White
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadfadhli committed Oct 10, 2024
1 parent 41c9ea0 commit f4d8b26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/iQMA-Skills-Builder/app/(tabs)/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export default function AppTabs() {
tabBarIcon: ({color, size}) => (
<Ionicons name="person" size={size} color={color} />
),
headerTintColor: '#fff'
}}
/>
<Tab.Screen
Expand All @@ -78,6 +79,7 @@ export default function AppTabs() {
tabBarIcon: ({color, size}) => (
<Ionicons name="settings" size={size} color={color} />
),
headerTintColor: '#fff'
}}
/>
</Tab.Navigator>
Expand Down

0 comments on commit f4d8b26

Please sign in to comment.