Skip to content

Commit 541cd81

Browse files
committed
Update chat panel style
1 parent 53b9e03 commit 541cd81

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Core/Sources/SuggestionWidget/SuggestionPanelContent/ChatPanel.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ struct ChatPanelMessages: View {
131131
.frame(alignment: .trailing)
132132
.padding()
133133
.background {
134-
RoundedCorners(tl: r, bl: r, br: r * 1.5)
134+
RoundedCorners(tl: r, tr: r * 2, bl: r, br: 0)
135135
.fill(Color.userChatContentBackground)
136136
}
137137
.overlay {
138-
RoundedCorners(tl: r, bl: r, br: r * 1.5)
138+
RoundedCorners(tl: r, tr: r * 2, bl: r, br: 0)
139139
.stroke(Color(nsColor: .separatorColor), lineWidth: 1)
140140
}
141141
.padding(.leading)
@@ -156,11 +156,11 @@ struct ChatPanelMessages: View {
156156
.frame(alignment: .leading)
157157
.padding()
158158
.background {
159-
RoundedCorners(tr: r, bl: r * 1.5, br: r)
159+
RoundedCorners(tl: r * 2, tr: r, bl: 0, br: r)
160160
.fill(Color.contentBackground)
161161
}
162162
.overlay {
163-
RoundedCorners(tr: r, bl: r * 1.5, br: r)
163+
RoundedCorners(tl: r * 2, tr: r, bl: 0, br: r)
164164
.stroke(Color(nsColor: .separatorColor), lineWidth: 1)
165165
}
166166
.padding(.leading, 8)

0 commit comments

Comments
 (0)