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
@@ -100,7 +100,7 @@ struct ProxyGroupView: View {
proxy: proxy,
selectable: selectable
)
.background(proxyGroup.now == proxy.name ? Color.teal : Color.white)
.background(proxyGroup.now == proxy.name ? Color.pink.opacity(0.3) : Color(nsColor: .textBackgroundColor))
.cornerRadius(8)
.onTapGesture {
let item = proxy