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 ccc5e2e commit 88c7efaCopy full SHA for 88c7efa
Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListHelperViews.swift
@@ -157,7 +157,7 @@ struct TopLeftView<Content: View>: View {
157
158
extension View {
159
160
- func textColor(for message: ChatMessage) -> Color {
+ public func textColor(for message: ChatMessage) -> Color {
161
@Injected(\.colors) var colors
162
163
if message.isSentByCurrentUser {
0 commit comments