Add light haptic feedback to Edit Profile button (#9787)

https://claude.ai/code/session_018ZjPcCUDPfTjQ5SGac3Zgs

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-02-03 01:33:55 +02:00
committed by GitHub
parent 4f1d4821c5
commit 26c84399dd
@@ -317,7 +317,10 @@ export function HeaderStandardButtons({
testID="profileHeaderEditProfileButton"
size="small"
color="secondary"
onPress={editProfileControl.open}
onPress={() => {
playHaptic('Light')
editProfileControl.open()
}}
label={_(msg`Edit profile`)}>
<ButtonText>
<Trans>Edit Profile</Trans>