Skip to content

Commit

Permalink
[Fix/#140] Button Error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HEHEEUN committed Jan 25, 2025
1 parent 2c83628 commit f8f4f4b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ struct SignupView: View {
showLottieAnimation()
}
}

.onTapGesture {
hideKeyboard()
}
.customNavigationBar(
showBackButton:
!(currentStep == .profileSelection
Expand Down

0 comments on commit f8f4f4b

Please sign in to comment.