Skip to content

Commit 1203442

Browse files
committed
Fix the issue button is visible beneath the ChannelAvatarView
1 parent 609bba9 commit 1203442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/StreamChatSwiftUI/ChatChannel/ChannelHeader/ChatChannelHeaderViewModifier.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public struct DefaultChatChannelHeader: ToolbarContent {
7171
.clipShape(Circle())
7272
.offset(x: 8)
7373
}
74+
.buttonStyle(.plain)
7475

7576
NavigationLink(isActive: $isActive) {
7677
LazyView(ChatChannelInfoView(channel: channel, shownFromMessageList: true))

0 commit comments

Comments
 (0)