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"
size="small"
color="secondary"
onPress={editProfileControl.open}
onPress={() => {
playHaptic('Light')
editProfileControl.open()
}}
label={_(msg`Edit profile`)}
style={a.rounded_full}>
<ButtonText>