Update components/icons/MoreOptionsButton.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Marcos Rodriguez Vélez 2024-11-18 02:44:29 -04:00 committed by GitHub
parent 8ff0883d16
commit f44ac77485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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