We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b4363 commit e3bfd47Copy full SHA for e3bfd47
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