This commit is contained in:
@@ -93,7 +93,7 @@ function AdminTabs() {
|
||||
<>
|
||||
<Tab.Navigator
|
||||
screenOptions={{
|
||||
headerStyle: { backgroundColor: colors.bgSecondary },
|
||||
headerStyle: { backgroundColor: colors.secondary },
|
||||
headerTintColor: colors.textWhite,
|
||||
headerRight: () => (
|
||||
<View
|
||||
@@ -157,7 +157,7 @@ function AdminTabs() {
|
||||
</View>
|
||||
),
|
||||
tabBarStyle: {
|
||||
backgroundColor: colors.bgSecondary,
|
||||
backgroundColor: colors.secondary,
|
||||
borderTopColor: colors.border,
|
||||
borderTopWidth: 1,
|
||||
},
|
||||
@@ -344,7 +344,7 @@ export default function AdminNavigator() {
|
||||
return (
|
||||
<Stack.Navigator
|
||||
screenOptions={{
|
||||
headerStyle: { backgroundColor: colors.bgSecondary },
|
||||
headerStyle: { backgroundColor: colors.secondary },
|
||||
headerTintColor: colors.textWhite,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user