mirror of
https://github.com/yJason/ClashX-Dashboard.git
synced 2026-02-04 10:02:26 +08:00
fix: mouse over
This commit is contained in:
@@ -98,7 +98,7 @@ struct ProxyGroupView: View {
|
|||||||
ForEach(proxies, id: \.id) { proxy in
|
ForEach(proxies, id: \.id) { proxy in
|
||||||
ProxyItemView(
|
ProxyItemView(
|
||||||
proxy: proxy,
|
proxy: proxy,
|
||||||
selectable: selectable
|
selectable: [.select, .fallback].contains(proxyGroup.type)
|
||||||
)
|
)
|
||||||
.background(proxyGroup.now == proxy.name ? Color.pink.opacity(0.3) : Color(nsColor: .textBackgroundColor))
|
.background(proxyGroup.now == proxy.name ? Color.pink.opacity(0.3) : Color(nsColor: .textBackgroundColor))
|
||||||
.cornerRadius(8)
|
.cornerRadius(8)
|
||||||
|
|||||||
Reference in New Issue
Block a user