We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef6359 commit 869357cCopy full SHA for 869357c
1 file changed
Core/Sources/SuggestionWidget/ChatWindowView.swift
@@ -127,9 +127,10 @@ struct ChatTabBarButton: View {
127
.font(.callout)
128
.lineLimit(1)
129
.frame(maxWidth: 120)
130
+ .padding(.horizontal, 32)
131
+ .contentShape(Rectangle())
132
}
133
.buttonStyle(PlainButtonStyle())
- .padding(.horizontal, 32)
134
135
.overlay(alignment: .leading) {
136
Button(action: {
0 commit comments