Merge pull request #1129 from esteemapp/bugfix/gift-icon

Fixed gift icon
This commit is contained in:
uğur erdal 2019-09-03 20:19:38 +03:00 committed by GitHub
commit d5e1911a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ const BaseNavigator = createBottomTabNavigator(
<Icon
iconType="MaterialCommunityIcons"
style={{ padding: 15 }}
name="gift"
name="gift-outline"
color={tintColor}
size={26}
/>