mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
FIX: Change ellipsis icon
This commit is contained in:
parent
3b163fe40c
commit
a8dd50a2b9
@ -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>
|
||||
),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user