Skip to content

Commit 84b61f8

Browse files
committed
[design] #180 링크 추천 헤더 디자인 변경
1 parent 502675a commit 84b61f8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Projects/App/Sources/MainTab/MainTabFeatureView.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ private extension MainTabView {
173173
var remindNavigationBar: some View {
174174
PokitHeader {
175175
PokitHeaderItems(placement: .leading) {
176-
Text("Remind")
177-
.font(.system(size: 32, weight: .heavy))
178-
.foregroundStyle(.pokit(.text(.brand)))
176+
Text("링크추천")
177+
.pokitFont(.title2)
178+
.foregroundStyle(.pokit(.text(.primary)))
179179
}
180180

181181
PokitHeaderItems(placement: .trailing) {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public extension RecommendView {
3131

3232
list
3333
}
34-
.padding(.top, 12)
3534
.ignoresSafeArea(edges: .bottom)
3635
.sheet(item: $store.shareContent) { content in
3736
if let shareURL = URL(string: content.data) {

0 commit comments

Comments
 (0)