@@ -35,8 +35,8 @@ export const tabbedNavigation = () =>
3535 bottomTab : {
3636 fontSize : 12 ,
3737 text : 'Home' ,
38- textColor : TYPOGRAPHY . Color . Primary ,
39- selectedTextColor : TYPOGRAPHY . Color . Primary ,
38+ textColor : TYPOGRAPHY . COLOR . Primary ,
39+ selectedTextColor : TYPOGRAPHY . COLOR . Secondary ,
4040 icon : require ( '../view/assets/images/tabbar/home.png' ) ,
4141 selectedIcon : require ( '../view/assets/images/tabbar/home.png' ) ,
4242 } ,
@@ -61,8 +61,8 @@ export const tabbedNavigation = () =>
6161 bottomTab : {
6262 text : 'Settings' ,
6363 fontSize : 12 ,
64- textColor : TYPOGRAPHY . Color . Primary ,
65- selectedTextColor : TYPOGRAPHY . Color . Primary ,
64+ textColor : TYPOGRAPHY . COLOR . Primary ,
65+ selectedTextColor : TYPOGRAPHY . COLOR . Secondary ,
6666 icon : require ( '../view/assets/images/tabbar/settings.png' ) ,
6767 selectedIcon : require ( '../view/assets/images/tabbar/settings.png' ) ,
6868 } ,
@@ -77,7 +77,7 @@ export const tabbedNavigation = () =>
7777 bottomTabs : {
7878 visible : true ,
7979 titleDisplayMode : 'alwaysShow' ,
80- backgroundColor : TYPOGRAPHY . Color . Default ,
80+ backgroundColor : TYPOGRAPHY . COLOR . Default ,
8181 drawBehind : true ,
8282 } ,
8383 } ,
0 commit comments