Skip to content

Commit

Permalink
feat/#154 닉네임 VC 다음버튼 높이 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hooni0918 committed Jul 10, 2024
1 parent 6bc408d commit 32d50bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class NicknameView: BaseView {
nextButton.snp.makeConstraints {
$0.leading.trailing.equalToSuperview().inset(20)
$0.bottom.equalTo(safeAreaLayoutGuide).offset(-20)
$0.height.equalTo(48)
$0.height.equalTo(52)
}
}
}

0 comments on commit 32d50bd

Please sign in to comment.