Skip to content

Commit 295c5ad

Browse files
authoredMar 4, 2025··
fix: make copy button padding clickable (#89)
1 parent a906e98 commit 295c5ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Coder Desktop/Coder Desktop/Views/VPNMenuItem.swift

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ struct MenuItemView: View {
9797
Image(systemName: "doc.on.doc")
9898
.symbolVariant(.fill)
9999
.padding(3)
100+
.contentShape(Rectangle())
100101
}.foregroundStyle(copyIsSelected ? .white : .primary)
101102
.imageScale(.small)
102103
.background(copyIsSelected ? Color.accentColor.opacity(0.8) : .clear)

0 commit comments

Comments
 (0)
Please sign in to comment.