Skip to content

Commit 4dfa4c8

Browse files
authored
Merge pull request #308 from Team-return/feature/(#303)-employ_status_button_edit
🔗 :: (#303) 현황 보러 가기 버튼 layout 수정
2 parents f45de8e + a173544 commit 4dfa4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/Presentation/Sources/Home/Components/Cell/BannerCollectionViewCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ final class BannerCollectionViewCell: BaseCollectionViewCell<FetchBannerEntity>
6464
}
6565

6666
employStatusButton.snp.makeConstraints {
67-
$0.top.equalTo(passLabel.snp.bottom).offset(24)
6867
$0.leading.equalToSuperview().inset(24)
68+
$0.bottom.equalToSuperview().inset(18)
6969
$0.width.equalTo(151)
7070
$0.height.equalTo(40)
7171
}

0 commit comments

Comments
 (0)