Skip to content

Commit 495a72a

Browse files
committed
Adjust close button postion
1 parent 2166af4 commit 495a72a

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
@@ -30,7 +30,7 @@ struct ChatPanel: View {
3030
Image(systemName: "xmark")
3131
.padding(8)
3232
.background(.regularMaterial, in: Circle())
33-
.padding([.leading, .bottom], 8)
33+
.padding(4)
3434
.foregroundStyle(.secondary)
3535
}
3636
.buttonStyle(.plain)

0 commit comments

Comments
 (0)