We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fa5fb commit d657a54Copy full SHA for d657a54
1 file changed
Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ParticipantInfoView.swift
@@ -130,6 +130,7 @@ struct ParticipantInfoView<Factory: ViewFactory>: View {
130
.frame(width: tokens.spacingLg)
131
.foregroundColor(action.isDestructive ? Color(colors.accentError) : Color(colors.textSecondary))
132
Text(action.title)
133
+ .lineLimit(1)
134
.font(fonts.body)
135
.foregroundColor(action.isDestructive ? Color(colors.accentError) : Color(colors.textPrimary))
136
Spacer()
0 commit comments