diff --git a/Workade/Views&ViewModels/Login/LoginSheetView.swift b/Workade/Views&ViewModels/Login/LoginSheetView.swift index f0cecd6..b787958 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) - ]) }