Skip to content

Commit bd2de5d

Browse files
authored
[NL-81] : 운세 UI 일부 수정 (#59)
1 parent 8d4138d commit bd2de5d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Feature/Fortune/Sources/Cells/OverallCollectionViewCell.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ final class OverallCollectionViewCell: UICollectionViewCell {
8989

9090
let itemSize = NSCollectionLayoutSize(
9191
widthDimension: .absolute(134),
92-
heightDimension: .estimated(200)
92+
heightDimension: .estimated(140)
9393
)
9494
let item = NSCollectionLayoutItem(layoutSize: itemSize)
9595

9696
let groupSize = NSCollectionLayoutSize(
9797
widthDimension: .absolute(134),
98-
heightDimension: .estimated(200)
98+
heightDimension: .estimated(140)
9999
)
100100

101101
let group = NSCollectionLayoutGroup.horizontal(

Feature/Fortune/Sources/Cells/OverallModalCollectionViewCell.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,12 @@ final class OverallModalCollectionViewCell: BaseCollectionViewCell {
113113
with: OverallModalCollectionViewCellModel(
114114
type: .job,
115115
title: "직장운",
116-
content: "오늘은 직장에서의 관계가 좋아지는 날입니다."
116+
content: "돈 들어오는 소리가 들린"
117117
))
118118

119+
cell.backgroundColor = .red
119120
cell.snp.makeConstraints { make in
120-
make.width.equalTo(134)
121+
make.width.equalTo(140)
121122
make.height.equalTo(136)
122123
}
123124

Feature/Fortune/Sources/FortuneViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ extension FortuneViewController {
111111
spacing = 32
112112
case .moreInfo:
113113
itemHeight = .fractionalHeight(1.0)
114-
groupHeight = .estimated(330)
114+
groupHeight = .estimated(291)
115115
spacing = 32
116116
}
117117

0 commit comments

Comments
 (0)