mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update components/icons/MoreOptionsButton.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
8ff0883d16
commit
f44ac77485
@ -35,13 +35,14 @@ const MoreOptionsButton: React.FC<MoreOptionsButtonProps> = ({
|
|||||||
testID={testID}
|
testID={testID}
|
||||||
>
|
>
|
||||||
<Icon
|
<Icon
|
||||||
onPress={onPress}
|
|
||||||
Component={TouchableOpacityWrapper}
|
Component={TouchableOpacityWrapper}
|
||||||
containerStyle={[style.buttonStyle, { backgroundColor: colors.lightButton }]}
|
containerStyle={[style.buttonStyle, { backgroundColor: colors.lightButton }]}
|
||||||
size={22}
|
size={22}
|
||||||
name="more-horiz"
|
name="more-horiz"
|
||||||
type="material"
|
type="material"
|
||||||
color={colors.foregroundColor}
|
color={colors.foregroundColor}
|
||||||
|
accessibilityLabel="More options"
|
||||||
|
accessibilityRole="button"
|
||||||
/>
|
/>
|
||||||
</ToolTipMenu>
|
</ToolTipMenu>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user