We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502675a commit 84b61f8Copy full SHA for 84b61f8
2 files changed
Projects/App/Sources/MainTab/MainTabFeatureView.swift
@@ -173,9 +173,9 @@ private extension MainTabView {
173
var remindNavigationBar: some View {
174
PokitHeader {
175
PokitHeaderItems(placement: .leading) {
176
- Text("Remind")
177
- .font(.system(size: 32, weight: .heavy))
178
- .foregroundStyle(.pokit(.text(.brand)))
+ Text("링크추천")
+ .pokitFont(.title2)
+ .foregroundStyle(.pokit(.text(.primary)))
179
}
180
181
PokitHeaderItems(placement: .trailing) {
Projects/Feature/FeatureRecommend/Sources/Recommend/RecommendView.swift
@@ -31,7 +31,6 @@ public extension RecommendView {
31
32
list
33
34
- .padding(.top, 12)
35
.ignoresSafeArea(edges: .bottom)
36
.sheet(item: $store.shareContent) { content in
37
if let shareURL = URL(string: content.data) {
0 commit comments