This commit is contained in:
Fredrik Burmester
2025-02-20 11:16:10 +01:00
parent 63b5ba2112
commit 5aadd50946

View File

@@ -55,7 +55,9 @@ export default function TabLayout() {
<NativeTabs <NativeTabs
sidebarAdaptable={false} sidebarAdaptable={false}
ignoresTopSafeArea ignoresTopSafeArea
barTintColor={Platform.OS === "android" ? "#121212" : undefined} tabBarStyle={{
backgroundColor: "#121212",
}}
tabBarActiveTintColor={Colors.primary} tabBarActiveTintColor={Colors.primary}
scrollEdgeAppearance="default" scrollEdgeAppearance="default"
> >