add animation

pull/891/head
Ryan ZHAO 9 months ago
parent 23511941c5
commit 1753a4a85d

@ -86,7 +86,9 @@ struct RecoveryPasswordScreen: View {
ZStack(alignment: .center) {
Button {
withAnimation(.spring()) {
self.showQRCode.toggle()
}
} label: {
Text("recoveryPasswordView".localized())
.bold()
@ -160,7 +162,9 @@ struct RecoveryPasswordScreen: View {
Spacer(minLength: Values.veryLargeSpacing)
Button {
withAnimation(.spring()) {
self.showQRCode.toggle()
}
} label: {
Text("qrView".localized())
.bold()

Loading…
Cancel
Save