frontend: make tabs tint correct
Parents:
41bda0c1 file(s) changed
- frontend/app/(tabs)/_layout.tsx +2 -1
frontend/app/(tabs)/_layout.tsx
@@ -33,7 +33,8 @@
33 33 return (
34 34 <Tabs
35 35 screenOptions={{
36 - tabBarActiveTintColor: Colors['light'].tint,
36 + tabBarInactiveTintColor: Colors['light'].tabIconDefault,
37 + tabBarActiveTintColor: Colors['light'].tabIconSelected,
37 38 headerShown: false,
38 39 tabBarButton: HapticTab,
39 40 }}>