We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae5a96 commit fae7969Copy full SHA for fae7969
uipanel/ContextMenu.swift
@@ -19,7 +19,7 @@ struct ContextMenuOverlay: View {
19
20
var body: some View {
21
ZStack {
22
- Color.black.opacity(0.001)
+ Color.black.opacity(0.2)
23
.ignoresSafeArea()
24
.onTapGesture {
25
hasScroll = false
0 commit comments