We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f175896 commit 0575d41Copy full SHA for 0575d41
1 file changed
Core/Sources/SuggestionWidget/ChatWindowView.swift
@@ -179,9 +179,10 @@ struct ChatTabBarButton: View {
179
.font(.callout)
180
.lineLimit(1)
181
.frame(maxWidth: 120)
182
+ .padding(.horizontal, 32)
183
+ .contentShape(Rectangle())
184
}
185
.buttonStyle(PlainButtonStyle())
- .padding(.horizontal, 32)
186
187
.overlay(alignment: .leading) {
188
Button(action: {
0 commit comments