mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-24 05:42:33 +03:00
rm outline
This commit is contained in:
parent
13aacc00ae
commit
4a43bf0baf
@ -58,12 +58,7 @@ const BaseNavigator = createBottomTabNavigator(
|
|||||||
screen: Profile,
|
screen: Profile,
|
||||||
navigationOptions: () => ({
|
navigationOptions: () => ({
|
||||||
tabBarIcon: ({ tintColor }) => (
|
tabBarIcon: ({ tintColor }) => (
|
||||||
<Icon
|
<Icon iconType="MaterialIcons" name="person" color={tintColor} size={scalePx(26)} />
|
||||||
iconType="MaterialIcons"
|
|
||||||
name="person-outline"
|
|
||||||
color={tintColor}
|
|
||||||
size={scalePx(26)}
|
|
||||||
/>
|
|
||||||
),
|
),
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user