File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Feature/FeatureRecommend/Sources/Recommend Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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) {
Original file line number Diff line number Diff 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) {
You can’t perform that action at this time.
0 commit comments