Skip to content

Commit

Permalink
chore/#162 지훈오빠 코드리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaybei committed Jul 12, 2024
1 parent 4368252 commit aa7028e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KkuMulKum/Source/MeetingList/View/MeetingListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ final class MeetingListView: BaseView {
addButton.snp.makeConstraints {
$0.top.equalTo(infoLabel.snp.bottom).offset(16)
$0.leading.trailing.equalToSuperview()
$0.height.equalTo(48)
$0.height.equalTo(Screen.height(48))
}

addInfoView.snp.makeConstraints {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class MeetingListViewController: BaseViewController {
lineView.snp.makeConstraints {
$0.leading.trailing.equalToSuperview()
$0.bottom.equalTo(navigationController?.navigationBar.snp.bottom ?? 0)
$0.height.equalTo(1)
$0.height.equalTo(Screen.height(1))
}
}
}
Expand Down

0 comments on commit aa7028e

Please sign in to comment.