macos: use appearance-sensitive bg color for error window

Fixes #432
This commit is contained in:
Mitchell Hashimoto
2023-09-13 08:10:19 -07:00
parent a95a1a8838
commit 9c42b9976a

View File

@@ -39,7 +39,7 @@ struct ConfigurationErrorsView: View {
}
.padding(.all)
.frame(minHeight: geo.size.height)
.background(Color.white)
.background(Color(.controlBackgroundColor))
}
}