Skip to content

Commit

Permalink
fix/#388 지각꾸물이 뷰 제약조건 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
youz2me committed Sep 16, 2024
1 parent e81ec57 commit b00d445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KkuMulKum/Source/Promise/Tardy/View/TardyView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class TardyView: BaseView {
$0.backgroundColor = .maincolor
}

private let titleLabel: UILabel = UILabel().then {
let titleLabel: UILabel = UILabel().then {
$0.setText("이번 약속의 지각 꾸물이는?", style: .head01, color: .gray8)
}

Expand Down Expand Up @@ -82,7 +82,7 @@ class TardyView: BaseView {
}

noTardyView.snp.makeConstraints {
$0.edges.equalTo(safeAreaLayoutGuide)
$0.edges.equalToSuperview()
}

finishMeetingButton.snp.makeConstraints {
Expand Down

0 comments on commit b00d445

Please sign in to comment.