Skip to content

Commit

Permalink
fix/#181 내모임 화면 디자인 1차 QA 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaybei committed Jul 15, 2024
1 parent aa463f3 commit fc059bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions KkuMulKum/Source/MeetingList/View/MeetingListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ final class MeetingListView: BaseView {
}

addButton.snp.makeConstraints {
$0.top.equalTo(infoLabel.snp.bottom).offset(16)
$0.top.equalTo(infoLabel.snp.bottom).offset(24)
$0.leading.trailing.equalToSuperview()
$0.height.equalTo(Screen.height(48))
}
Expand All @@ -81,7 +81,7 @@ final class MeetingListView: BaseView {
header.snp.makeConstraints {
$0.top.equalToSuperview()
$0.width.equalTo(UIScreen.main.bounds.width-40)
$0.height.equalTo(Screen.height(170))
$0.height.equalTo(Screen.height(174))
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ final class MeetingTableViewCell: BaseTableViewCell {
override func setupAutoLayout() {
cellView.snp.makeConstraints {
$0.top.leading.trailing.equalToSuperview()
$0.height.equalTo(76)
$0.height.equalTo(Screen.height(76))
}

nameLabel.snp.makeConstraints {
Expand Down

0 comments on commit fc059bf

Please sign in to comment.