FIX: Change ellipsis icon

This commit is contained in:
Marcos Rodriguez 2019-07-12 11:49:42 -04:00 committed by Overtorment
parent 3b163fe40c
commit a8dd50a2b9

View File

@ -25,7 +25,7 @@ export default class WalletsList extends Component {
style={{ marginHorizontal: 16, width: 40, height: 40, justifyContent: 'center', alignItems: 'flex-end' }}
onPress={() => navigation.navigate('Settings')}
>
<Icon size={22} name="ellipsis-h" type="font-awesome" color={BlueApp.settings.foregroundColor} />
<Icon size={22} name="kebab-horizontal" type="octicon" color={BlueApp.settings.foregroundColor} />
</TouchableOpacity>
),
});