From b8c9fdad36d55439df7447e0426044e845330269 Mon Sep 17 00:00:00 2001 From: jeohong Date: Sun, 4 Dec 2022 11:31:29 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=EA=B3=B5=EB=B0=B1=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Workade/Views&ViewModels/Login/LoginSheetView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Workade/Views&ViewModels/Login/LoginSheetView.swift b/Workade/Views&ViewModels/Login/LoginSheetView.swift index f0cecd66..b787958c 100644 --- a/Workade/Views&ViewModels/Login/LoginSheetView.swift +++ b/Workade/Views&ViewModels/Login/LoginSheetView.swift @@ -117,7 +117,6 @@ class LoginSheetView: UIView { appleLoginButton.heightAnchor.constraint(equalToConstant: 50), appleLoginButton.bottomAnchor.constraint(equalTo: self.layoutMarginsGuide.bottomAnchor, constant: 0), appleLoginButton.topAnchor.constraint(equalTo: googleLoginButton.bottomAnchor, constant: 10) - ]) }