File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -39,23 +39,23 @@ export const SignedIn = createAppContainer(createBottomTabNavigator(
39
39
screen : Activity ,
40
40
navigationOptions : {
41
41
tabBarIcon : ( { tintColor } ) => (
42
- < Icon name = "list" size = { 25 } color = { tintColor } />
42
+ < Icon name = "list" size = { 20 } color = { tintColor } style = { { marginBottom : - 3 } } />
43
43
)
44
44
}
45
45
} ,
46
46
Activité : {
47
47
screen : Home ,
48
48
navigationOptions : {
49
49
tabBarIcon : ( { tintColor } ) => (
50
- < Icon name = "walking" size = { 25 } color = { tintColor } />
50
+ < Icon name = "walking" size = { 20 } color = { tintColor } style = { { marginBottom : - 3 } } />
51
51
)
52
52
} ,
53
53
} ,
54
54
Profil : {
55
55
screen : Profil ,
56
56
navigationOptions : {
57
57
tabBarIcon : ( { tintColor } ) => (
58
- < Icon name = "user-alt" size = { 25 } color = { tintColor } />
58
+ < Icon name = "user-alt" size = { 20 } color = { tintColor } style = { { marginBottom : - 3 } } />
59
59
)
60
60
}
61
61
} ,
@@ -64,8 +64,7 @@ export const SignedIn = createAppContainer(createBottomTabNavigator(
64
64
initialRouteName : 'Activité' ,
65
65
tabBarOptions : {
66
66
style : {
67
- activeTintColor : '#2C5077' ,
68
- height : 60
67
+ activeTintColor : '#2C5077'
69
68
}
70
69
}
71
70
}
You can’t perform that action at this time.
0 commit comments