From f8f4f4b5f2ee5ac0ebd5c528e7c1f7495423e3d6 Mon Sep 17 00:00:00 2001 From: hee Date: Sat, 25 Jan 2025 12:49:49 +0900 Subject: [PATCH] [Fix/#140] Button Error fix --- .../Gongbaek_iOS/Presentation/Signup/View/SignupView.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gongbaek_iOS/Gongbaek_iOS/Presentation/Signup/View/SignupView.swift b/Gongbaek_iOS/Gongbaek_iOS/Presentation/Signup/View/SignupView.swift index ca6ca5e..1eb6793 100644 --- a/Gongbaek_iOS/Gongbaek_iOS/Presentation/Signup/View/SignupView.swift +++ b/Gongbaek_iOS/Gongbaek_iOS/Presentation/Signup/View/SignupView.swift @@ -66,6 +66,10 @@ struct SignupView: View { showLottieAnimation() } } + + .onTapGesture { + hideKeyboard() + } .customNavigationBar( showBackButton: !(currentStep == .profileSelection