Add light haptics to Edit Profile Button for labellers (#10948)

This commit is contained in:
RetroSunstar
2026-06-24 17:33:49 +01:00
committed by GitHub
parent cd4d62c75a
commit 0674626f3c
@@ -292,7 +292,10 @@ export function HeaderLabelerButtons({
testID="profileHeaderEditProfileButton" testID="profileHeaderEditProfileButton"
size="small" size="small"
color="secondary" color="secondary"
onPress={editProfileControl.open} onPress={() => {
playHaptic('Light')
editProfileControl.open()
}}
label={_(msg`Edit profile`)} label={_(msg`Edit profile`)}
style={a.rounded_full}> style={a.rounded_full}>
<ButtonText> <ButtonText>