feat: change tab bar active color
This commit is contained in:
@@ -11,7 +11,7 @@ export default function TabLayout() {
|
|||||||
return (
|
return (
|
||||||
<Tabs
|
<Tabs
|
||||||
screenOptions={{
|
screenOptions={{
|
||||||
tabBarActiveTintColor: Colors[colorScheme ?? "light"].tint,
|
tabBarActiveTintColor: "#E5202B",
|
||||||
headerShown: false,
|
headerShown: false,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user