Skip to content

Commit

Permalink
Hide animated texts behind buttons in connect view
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenErn committed Jan 30, 2025
1 parent 96ea06d commit f113e11
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ struct ConnectionView: View {
.transformEffect(.identity)

ButtonPanel(viewModel: connectionViewModel, action: action)
.background(
ZStack {
Rectangle().blendMode(.destinationOut)
BlurView(style: .dark)
}
)
}
.padding()
.background(BlurView(style: .dark))
Expand Down

0 comments on commit f113e11

Please sign in to comment.