diff --git a/SodaLive/Sources/User/SignUp/SignUpView.swift b/SodaLive/Sources/User/SignUp/SignUpView.swift index a12676b..1478e76 100644 --- a/SodaLive/Sources/User/SignUp/SignUpView.swift +++ b/SodaLive/Sources/User/SignUp/SignUpView.swift @@ -87,6 +87,7 @@ struct SignUpView: View { .frame(width: screenSize().width - 26.7, alignment: .leading) .background(Color(hex: "222222")) .cornerRadius(6.7) + .padding(.top, 16.7) Text("회원가입") .font(.custom(Font.bold.rawValue, size: 18.3))