chore: build
Frontend Admin - EAS Build / build (push) Failing after 1h0m49s

This commit is contained in:
2026-06-21 16:48:13 +02:00
parent a1a8e6c3f3
commit 1494f5e669
@@ -93,7 +93,7 @@ function AdminTabs() {
<> <>
<Tab.Navigator <Tab.Navigator
screenOptions={{ screenOptions={{
headerStyle: { backgroundColor: colors.bgSecondary }, headerStyle: { backgroundColor: colors.secondary },
headerTintColor: colors.textWhite, headerTintColor: colors.textWhite,
headerRight: () => ( headerRight: () => (
<View <View
@@ -157,7 +157,7 @@ function AdminTabs() {
</View> </View>
), ),
tabBarStyle: { tabBarStyle: {
backgroundColor: colors.bgSecondary, backgroundColor: colors.secondary,
borderTopColor: colors.border, borderTopColor: colors.border,
borderTopWidth: 1, borderTopWidth: 1,
}, },
@@ -344,7 +344,7 @@ export default function AdminNavigator() {
return ( return (
<Stack.Navigator <Stack.Navigator
screenOptions={{ screenOptions={{
headerStyle: { backgroundColor: colors.bgSecondary }, headerStyle: { backgroundColor: colors.secondary },
headerTintColor: colors.textWhite, headerTintColor: colors.textWhite,
}} }}
> >