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.
1 parent 10d25f8 commit 3abefb4Copy full SHA for 3abefb4
Projects/Feature/FeatureRecommend/Sources/Recommend/RecommendView.swift
@@ -26,10 +26,12 @@ public struct RecommendView: View {
26
public extension RecommendView {
27
var body: some View {
28
WithPerceptionTracking {
29
- VStack(spacing: 10) {
+ VStack(spacing: 0) {
30
interestList
31
32
list
33
+ .padding(.top, 12)
34
+ .background(.pokit(.bg(.primary)))
35
}
36
.ignoresSafeArea(edges: .bottom)
37
.sheet(item: $store.shareContent) { content in
0 commit comments