Skip to content

Commit

Permalink
Merge pull request #150 from EunHee-Jeong/fix/#149
Browse files Browse the repository at this point in the history
[Edit] #149 - kakaoLoginButton topAnchor 조정
  • Loading branch information
EunHee-Jeong authored Feb 7, 2023
2 parents c14a8e8 + 54f3cc3 commit bdeb1e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ extension LoginVC: AuthControllable {
make.width.equalTo(343.adjustedWidth)
make.height.equalTo(52.adjustedHeight)
make.centerX.equalToSuperview()
make.top.equalToSuperview().offset(614.adjusted)
}
self.appleLoginButton.snp.makeConstraints { make in
make.width.height.equalTo(kakaoLoginButton)
Expand All @@ -76,6 +75,7 @@ extension LoginVC: AuthControllable {
self.descriptionLabel.snp.makeConstraints { make in
make.top.equalTo(appleLoginButton.snp.bottom).offset(10)
make.centerX.equalToSuperview()
make.bottom.equalTo(authView.safeAreaLayoutGuide.snp.bottom).inset(22)
}
}
}
Expand Down

0 comments on commit bdeb1e2

Please sign in to comment.