Skip to content

Commit

Permalink
onboarding buttons only have one clear button transition
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Nov 10, 2024
1 parent 94698cb commit b9f82cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BDKSwiftExampleWallet/View/OnboardingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct OnboardingView: View {
showingScanner = true
} label: {
Image(systemName: "qrcode.viewfinder")
.contentTransition(.symbolEffect(.replace))
.transition(.symbolEffect(.disappear))
}
.tint(.secondary)
.font(.title)
Expand Down

0 comments on commit b9f82cc

Please sign in to comment.