We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29d1aa commit 37645efCopy full SHA for 37645ef
2 files changed
Tool/Sources/SharedUIComponents/AsyncCodeBlock.swift
@@ -85,7 +85,7 @@ public struct AsyncCodeBlock: View { // chat: hid
85
.font(.init(font))
86
.padding(.leading, 4)
87
.padding(.trailing)
88
- .padding(.top, commonPrecedingSpaceCount > 0 ? 12 : 4)
+ .padding(.top, commonPrecedingSpaceCount > 0 ? 16 : 4)
89
.padding(.bottom, 4)
90
.onAppear {
91
storage.dimmedCharacterCount = dimmedCharacterCount
Tool/Sources/SharedUIComponents/CodeBlock.swift
@@ -85,7 +85,7 @@ public struct CodeBlock: View {
}
0 commit comments