From 8821ce5f1fea72bc9efdcbee4617ed0c1a397ff3 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 20 Nov 2023 20:21:01 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=EC=9B=90=EA=B0=80=EC=9E=85=20-=20?= =?UTF-8?q?=EB=8B=89=EB=84=A4=EC=9E=84=20=EC=9E=85=EB=A0=A5=20=ED=95=84?= =?UTF-8?q?=EB=93=9C=EC=99=80=20=ED=94=84=EB=A1=9C=ED=95=84=20=EC=82=AC?= =?UTF-8?q?=EC=A7=84=20=EB=93=B1=EB=A1=9D=20=EC=82=AC=EC=9D=B4=20=EA=B0=84?= =?UTF-8?q?=EA=B2=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/User/SignUp/SignUpView.swift | 1 + 1 file changed, 1 insertion(+) 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))