upd: pressout jadi press

This commit is contained in:
amel
2025-03-13 11:58:02 +08:00
parent 99b7fb656f
commit 5e94c60a2f
7 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ type Props = {
export default function MenuItemRow({ onPress, icon, title }: Props) {
return (
<Pressable onPressOut={() => { onPress() }} style={[Styles.btnMenuRow]}>
<Pressable onPress={() => { onPress() }} style={[Styles.btnMenuRow]}>
<View style={{ alignItems: 'center' }}>
{icon}
<Text style={[Styles.mt05, {textAlign: 'center'}]}>{title}</Text>