Skip to content

Commit

Permalink
Update Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMe…
Browse files Browse the repository at this point in the history
…ssages/VoiceRecordingContainerView.swift

Co-authored-by: Nuno Vieira <[email protected]>
  • Loading branch information
laevandus and nuno-vieira authored Dec 10, 2024
1 parent 9eebd56 commit af6b823
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public struct VoiceRecordingContainerView<Factory: ViewFactory>: View {
if !message.text.isEmpty {
AttachmentTextView(message: message)
.frame(maxWidth: .infinity)
.cornerRadius(16)
}
}
.padding(.all, 2)
Expand Down

0 comments on commit af6b823

Please sign in to comment.