mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 03:47:47 +00:00
chore(deps,rn) update navigation librarries to their latest versions
React Navigation v6.
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
55e6cc027b
commit
61ae909ed5
@@ -164,12 +164,12 @@ export const lobbyScreenOptions = {
|
||||
* Tab bar options for chat screen.
|
||||
*/
|
||||
export const chatTabBarOptions = {
|
||||
activeTintColor: BaseTheme.palette.screen01Header,
|
||||
labelStyle: {
|
||||
tabBarActiveTintColor: BaseTheme.palette.screen01Header,
|
||||
tabBarLabelStyle: {
|
||||
fontSize: BaseTheme.typography.labelRegular.fontSize
|
||||
},
|
||||
inactiveTintColor: BaseTheme.palette.field02Disabled,
|
||||
indicatorStyle: {
|
||||
tabBarInactiveTintColor: BaseTheme.palette.field02Disabled,
|
||||
tabBarIndicatorStyle: {
|
||||
backgroundColor: BaseTheme.palette.screen01Header
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user