We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a906e98 commit c2bd340Copy full SHA for c2bd340
Coder Desktop/Coder Desktop/Views/VPNMenuItem.swift
@@ -97,6 +97,7 @@ struct MenuItemView: View {
97
Image(systemName: "doc.on.doc")
98
.symbolVariant(.fill)
99
.padding(3)
100
+ .contentShape(Rectangle())
101
}.foregroundStyle(copyIsSelected ? .white : .primary)
102
.imageScale(.small)
103
.background(copyIsSelected ? Color.accentColor.opacity(0.8) : .clear)
0 commit comments