Skip to content

Commit 869357c

Browse files
committed
Make the whole chat panel tab clickable
1 parent 1ef6359 commit 869357c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Core/Sources/SuggestionWidget/ChatWindowView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,10 @@ struct ChatTabBarButton: View {
127127
.font(.callout)
128128
.lineLimit(1)
129129
.frame(maxWidth: 120)
130+
.padding(.horizontal, 32)
131+
.contentShape(Rectangle())
130132
}
131133
.buttonStyle(PlainButtonStyle())
132-
.padding(.horizontal, 32)
133134

134135
.overlay(alignment: .leading) {
135136
Button(action: {

0 commit comments

Comments
 (0)