This commit is contained in:
Marcos Rodriguez Velez 2024-10-27 15:12:21 -04:00
parent 013d380d90
commit 6e5a54042b
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ const HeaderMenuButton: React.FC<HeaderMenuButtonProps> = ({ onPressMenuItem, ac
testID="HeaderMenuButton"
disabled={disabled}
android_ripple={{ color: colors.lightButton }}
style={({ pressed }) => [{ opacity: pressed ? 0.5 : 1 }]}
style={({ pressed }) => [{ opacity: pressed ? 0.5 : 1, justifyContent: 'center', alignItems: 'center' }]}
>
<Icon size={22} name="more-horiz" type="material" color={colors.foregroundColor} {...styleProps} />
</Pressable>

View file

@ -68,7 +68,7 @@ const icons: { [key: string]: { iconValue: string } } = {
ImportTransactionQR: { iconValue: 'qrcode.viewfinder' },
CoinControl: { iconValue: 'switch.2' },
CoSignTransaction: { iconValue: 'signature' },
PaymentCode: { iconValue: 'qrcode.viewfinder' },
PaymentsCode: { iconValue: 'qrcode.viewfinder' },
PaymentsCode: {
iconValue: 'qrcode',
},