Skip to content

Commit

Permalink
💄 UI: #29 - 중앙 로고 크기 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
usa4060 committed Nov 15, 2023
1 parent eb75d1f commit 8ef991a
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ef991a

Please sign in to comment.