feat: GU-2745 repeat transfer refactoring, icon fix

This commit is contained in:
gamingumar 2023-09-11 19:26:53 +05:00
parent 48e7edf6b3
commit e726c4aa28

View File

@ -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();
}}