We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba73b8f + e3bfd47 commit f6819acCopy full SHA for f6819ac
1 file changed
macos/Sources/Features/GitDiff/GitDiffMainView.swift
@@ -12,6 +12,7 @@ struct GitDiffMainView: View {
12
var body: some View {
13
content
14
.frame(maxWidth: .greatestFiniteMagnitude, maxHeight: .greatestFiniteMagnitude, alignment: .topLeading)
15
+ .background(Color(nsColor: .controlBackgroundColor))
16
}
17
18
@ViewBuilder
0 commit comments