Skip to content

Commit 88405b9

Browse files
committed
Reset chat bubble radius
1 parent 9d829b2 commit 88405b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/SuggestionWidget/SuggestionPanelContent/ChatPanel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ struct ChatPanelMessages: View {
8080
var body: some View {
8181
ScrollView {
8282
vstack {
83-
let r = 24 as Double
83+
let r = 8 as Double
8484

8585
Spacer()
8686

0 commit comments

Comments
 (0)