Update SettingsButton.tsx

This commit is contained in:
Marcos Rodriguez 2026-03-27 18:49:28 -05:00
parent c4fefbd7f8
commit eed5e77447

View File

@ -41,7 +41,7 @@ const SettingsButton = () => {
shouldOpenOnLongPress
>
<View style={style.iconContainer}>
<Icon size={22} name="more-horiz" type="material" color={colors.foregroundColor} iconStyle={style.icon} />
<Icon size={22} name="more-horiz" type="material" color={colors.foregroundColor} />
</View>
</ToolTipMenu>
);
@ -58,8 +58,8 @@ const style = StyleSheet.create({
alignItems: 'center',
},
iconContainer: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
},
icon: {},
});