From d125ed79d5052418776740282959a04500abae9c Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Tue, 8 Aug 2023 19:51:20 +0200 Subject: [PATCH] ui: Make save button on StartRecording text button style --- .../ui/components/AudioRecorder/molecules/StartRecording.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/app/myzel394/alibi/ui/components/AudioRecorder/molecules/StartRecording.kt b/app/src/main/java/app/myzel394/alibi/ui/components/AudioRecorder/molecules/StartRecording.kt index 49a5948..210a1c7 100644 --- a/app/src/main/java/app/myzel394/alibi/ui/components/AudioRecorder/molecules/StartRecording.kt +++ b/app/src/main/java/app/myzel394/alibi/ui/components/AudioRecorder/molecules/StartRecording.kt @@ -131,6 +131,7 @@ fun StartRecording( .semantics { contentDescription = label }, + colors = ButtonDefaults.textButtonColors(), onClick = { audioRecorder.stopRecording(context) audioRecorder.onRecordingSave()