feat: change tab bar active color

This commit is contained in:
2024-09-28 13:17:04 +01:00
parent 8b04723cce
commit 449a38b628

View File

@@ -11,7 +11,7 @@ export default function TabLayout() {
return (
<Tabs
screenOptions={{
tabBarActiveTintColor: Colors[colorScheme ?? "light"].tint,
tabBarActiveTintColor: "#E5202B",
headerShown: false,
}}
>