mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
FIX: iOS press area was off
This commit is contained in:
parent
e2995f36dd
commit
a94dc9513f
1 changed files with 1 additions and 2 deletions
|
@ -55,10 +55,9 @@ const ToolTipMenu = (props, ref) => {
|
||||||
menuTitle,
|
menuTitle,
|
||||||
menuItems,
|
menuItems,
|
||||||
}}
|
}}
|
||||||
style={buttonStyle}
|
|
||||||
>
|
>
|
||||||
{props.onPress ? (
|
{props.onPress ? (
|
||||||
<TouchableOpacity accessibilityRole="button" onPress={props.onPress}>
|
<TouchableOpacity accessibilityRole="button" style={buttonStyle} onPress={props.onPress}>
|
||||||
{props.children}
|
{props.children}
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
) : (
|
) : (
|
||||||
|
|
Loading…
Add table
Reference in a new issue