Skip to content

Commit 8abc25e

Browse files
committed
Update UI
1 parent 6a444a4 commit 8abc25e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Core/Sources/SuggestionWidget/SuggestionPanelContent/CodeBlockSuggestionPanelView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ struct CodeBlockSuggestionPanelView: View {
226226
dimmedCharacterCount: dimmedCharacterCount
227227
)
228228
.frame(maxWidth: .infinity)
229+
.padding(.vertical, 4)
229230
.background({ () -> Color in
230231
if syncHighlightTheme {
231232
if colorScheme == .light,

0 commit comments

Comments
 (0)