We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ea06d commit 2bc4ae5Copy full SHA for 2bc4ae5
ios/MullvadVPN/View controllers/Tunnel/ConnectionView/ConnectionView.swift
@@ -67,6 +67,12 @@ struct ConnectionView: View {
67
.transformEffect(.identity)
68
69
ButtonPanel(viewModel: connectionViewModel, action: action)
70
+ .background(
71
+ ZStack {
72
+ Rectangle() .blendMode(.destinationOut)
73
+ BlurView(style: .dark)
74
+ }
75
+ )
76
}
77
.padding()
78
.background(BlurView(style: .dark))
0 commit comments