diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoView.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoView.swift index 7c0d9abc..a0b2d4bb 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoView.swift @@ -170,6 +170,7 @@ public struct ChatChannelInfoView: View, KeyboardReadable .background(colors.tintColor) .clipShape(Circle()) } + .buttonStyle(.plain) } } }