fix(voice): DM recording bar sendIcon arrow-up (matches coach, shared component)

This commit is contained in:
chahinebrini 2026-06-02 02:13:29 +02:00
parent 9d9a17955c
commit 603ed9f392

View File

@ -744,7 +744,7 @@ export default function DmScreen() {
trashFlash={voiceTrashFlash} trashFlash={voiceTrashFlash}
onCancel={cancelVoiceRecording} onCancel={cancelVoiceRecording}
onSend={stopAndSendVoice} onSend={stopAndSendVoice}
sendIcon="checkmark" sendIcon="arrow-up"
accentColor="#007AFF" accentColor="#007AFF"
/> />
</View> </View>