We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f45de8e + a173544 commit 4dfa4c8Copy full SHA for 4dfa4c8
Projects/Presentation/Sources/Home/Components/Cell/BannerCollectionViewCell.swift
@@ -64,8 +64,8 @@ final class BannerCollectionViewCell: BaseCollectionViewCell<FetchBannerEntity>
64
}
65
66
employStatusButton.snp.makeConstraints {
67
- $0.top.equalTo(passLabel.snp.bottom).offset(24)
68
$0.leading.equalToSuperview().inset(24)
+ $0.bottom.equalToSuperview().inset(18)
69
$0.width.equalTo(151)
70
$0.height.equalTo(40)
71
0 commit comments