Skip to content

Commit

Permalink
fix/#367 지각자 없을 때 꾸물이 뷰 디자인 명세 따라 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
youz2me committed Sep 10, 2024
1 parent a443612 commit 6d645af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KkuMulKum/Source/Promise/Tardy/View/ArriveView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ class ArriveView: BaseView {
}

mainTitleLabel.snp.makeConstraints {
$0.top.equalTo(giftImageView.snp.bottom).offset(36)
$0.top.equalTo(giftImageView.snp.bottom).offset(30)
$0.centerX.equalToSuperview()
}

subTitleLabel.snp.makeConstraints {
$0.top.equalTo(mainTitleLabel.snp.bottom).offset(17)
$0.top.equalTo(mainTitleLabel.snp.bottom).offset(4)
$0.centerX.equalToSuperview()
}

Expand Down

0 comments on commit 6d645af

Please sign in to comment.