Skip to content

Commit a173544

Browse files
committed
🧩 :: 현환 보러 가기 버튼 layout 수정
1 parent f45de8e commit a173544

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)