mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +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}
|
||||
>
|
||||
<Icon
|
||||
onPress={onPress}
|
||||
Component={TouchableOpacityWrapper}
|
||||
containerStyle={[style.buttonStyle, { backgroundColor: colors.lightButton }]}
|
||||
size={22}
|
||||
name="more-horiz"
|
||||
type="material"
|
||||
color={colors.foregroundColor}
|
||||
accessibilityLabel="More options"
|
||||
accessibilityRole="button"
|
||||
/>
|
||||
</ToolTipMenu>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user