mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
FIX: visible CC check
This commit is contained in:
parent
df9c7b2811
commit
e25542894b
@ -86,9 +86,8 @@ const OutputList = ({
|
||||
<RNElementsListItem bottomDivider onPress={onPress} containerStyle={selected ? oStyles.containerSelected : oStyles.container}>
|
||||
<RNElementsListItem.CheckBox
|
||||
checkedColor="#0070FF"
|
||||
iconType="octaicon"
|
||||
checkedIcon="check"
|
||||
uncheckedColor="white"
|
||||
iconType="font-awesome"
|
||||
checkedIcon="check-square"
|
||||
checked={selected}
|
||||
onPress={selected ? onDeSelect : onSelect}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user