Skip to content

Commit

Permalink
♻️ 공백 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jeohong committed Dec 4, 2022
1 parent 5a75d8a commit b8c9fda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Workade/Views&ViewModels/Login/LoginSheetView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)

])
}

Expand Down

0 comments on commit b8c9fda

Please sign in to comment.