ui: Make save button on StartRecording text button style

This commit is contained in:
Myzel394 2023-08-08 19:51:20 +02:00
parent 09f9be8414
commit d125ed79d5
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -131,6 +131,7 @@ fun StartRecording(
.semantics {
contentDescription = label
},
colors = ButtonDefaults.textButtonColors(),
onClick = {
audioRecorder.stopRecording(context)
audioRecorder.onRecordingSave()