Skip to content

Commit 2bc4ae5

Browse files
committed
Hide animated texts behind buttons in connect view
1 parent 96ea06d commit 2bc4ae5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ios/MullvadVPN/View controllers/Tunnel/ConnectionView/ConnectionView.swift

+6
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ struct ConnectionView: View {
6767
.transformEffect(.identity)
6868

6969
ButtonPanel(viewModel: connectionViewModel, action: action)
70+
.background(
71+
ZStack {
72+
Rectangle() .blendMode(.destinationOut)
73+
BlurView(style: .dark)
74+
}
75+
)
7076
}
7177
.padding()
7278
.background(BlurView(style: .dark))

0 commit comments

Comments
 (0)