misc: background color

This commit is contained in:
mrFq1
2023-05-24 00:20:14 +08:00
parent ff83020c00
commit 7fabbe2394
5 changed files with 4 additions and 5 deletions
@@ -70,7 +70,7 @@ struct ProviderProxiesView: View {
proxy: proxy,
selectable: false
)
.background(.white)
.background(Color(nsColor: .textBackgroundColor))
.cornerRadius(8)
}
}