We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199538b commit 7fdc0a5Copy full SHA for 7fdc0a5
Sources/StreamChatSwiftUI/ChatChannel/MessageList/ImageAttachmentView.swift
@@ -85,6 +85,7 @@ struct AttachmentTextView: View {
85
Text(message.text)
86
.standardPadding()
87
.foregroundColor(textColor(for: message))
88
+ .fixedSize(horizontal: false, vertical: true)
89
Spacer()
90
}
91
.background(Color(backgroundColor))
Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageView.swift
@@ -125,6 +125,7 @@ public struct MessageTextView<Factory: ViewFactory>: View {
125
126
127
128
129
130
.font(fonts.body)
131
0 commit comments