Skip to content

Commit 3abefb4

Browse files
committed
[fix] #193 배경 색 수정
1 parent 10d25f8 commit 3abefb4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Projects/Feature/FeatureRecommend/Sources/Recommend/RecommendView.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ public struct RecommendView: View {
2626
public extension RecommendView {
2727
var body: some View {
2828
WithPerceptionTracking {
29-
VStack(spacing: 10) {
29+
VStack(spacing: 0) {
3030
interestList
3131

3232
list
33+
.padding(.top, 12)
34+
.background(.pokit(.bg(.primary)))
3335
}
3436
.ignoresSafeArea(edges: .bottom)
3537
.sheet(item: $store.shareContent) { content in

0 commit comments

Comments
 (0)