mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 08:55:14 +03:00
feat: GU-2745 repeat transfer refactoring, icon fix
This commit is contained in:
parent
48e7edf6b3
commit
e726c4aa28
@ -106,7 +106,7 @@ const WalletLineItem = ({
|
||||
backgroundColor="transparent"
|
||||
name="cancel"
|
||||
iconType="MaterialIcons"
|
||||
size={18}
|
||||
size={20}
|
||||
style={styles.cancelIcon}
|
||||
onPress={() => {
|
||||
onCancelPress && onCancelPress();
|
||||
@ -121,7 +121,7 @@ const WalletLineItem = ({
|
||||
backgroundColor="transparent"
|
||||
name="repeat"
|
||||
iconType="FontAwesome"
|
||||
size={20}
|
||||
size={18}
|
||||
onPress={() => {
|
||||
onRepeatPress();
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user