Merge branch 'os-bottom-bar-background' of sa1177/ProjectGroup8 into main
This commit is contained in:
commit
b525ff5a00
|
|
@ -1,5 +1,6 @@
|
||||||
const Colors = {
|
const Colors = {
|
||||||
primary500: "#282A35",
|
primary500: "#282A35",
|
||||||
|
primary400: "#373A49",
|
||||||
accent500: "#A587DD",
|
accent500: "#A587DD",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ function Navigator() {
|
||||||
headerTitle: (props) => <LogoTitle {...props} />,
|
headerTitle: (props) => <LogoTitle {...props} />,
|
||||||
tabBarStyle: styles.TabBar,
|
tabBarStyle: styles.TabBar,
|
||||||
tabBarActiveTintColor: Colors.accent500,
|
tabBarActiveTintColor: Colors.accent500,
|
||||||
|
tabBarActiveBackgroundColor: Colors.primary400,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Tab.Screen
|
<Tab.Screen
|
||||||
|
|
|
||||||
Reference in New Issue