From 8ef991ae1c92e80c08c19f9358772d1dd0d787b8 Mon Sep 17 00:00:00 2001 From: "ir.__.si" Date: Wed, 15 Nov 2023 11:48:15 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20UI:=20#29=20-=20=EC=A4=91?= =?UTF-8?q?=EC=95=99=20=EB=A1=9C=EA=B3=A0=20=ED=81=AC=EA=B8=B0=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Auth/SignUp/SignUpCompletedViewController.swift | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CMC/Sources/Presenter/Auth/SignUp/SignUpCompletedViewController.swift b/CMC/Sources/Presenter/Auth/SignUp/SignUpCompletedViewController.swift index c0565a0..8b5fbeb 100644 --- a/CMC/Sources/Presenter/Auth/SignUp/SignUpCompletedViewController.swift +++ b/CMC/Sources/Presenter/Auth/SignUp/SignUpCompletedViewController.swift @@ -87,10 +87,9 @@ class SignUpCompletedViewController: BaseViewController { } self.signUpCompletedImageView.snp.makeConstraints { make in - make.top.equalTo(self.signUpCompletedSubLabel.snp.bottom).offset(40) - make.centerX.equalToSuperview() - make.width.equalTo(200) - make.height.equalTo(200) + make.centerX.centerY.equalToSuperview() + make.width.equalTo(435) + make.height.equalTo(435) } self.completedButton.snp.makeConstraints { make in