parent
7da5f5a252
commit
8bae03da11
|
@ -25,7 +25,7 @@ struct ContentNewAllView: View {
|
||||||
VStack(alignment: .leading, spacing: 13.3) {
|
VStack(alignment: .leading, spacing: 13.3) {
|
||||||
DetailNavigationBar(title: isFree ? "새로운 무료 콘텐츠" : "새로운 단편")
|
DetailNavigationBar(title: isFree ? "새로운 무료 콘텐츠" : "새로운 단편")
|
||||||
|
|
||||||
Text("※ 최근 2주간 등록된 새로운 무료 콘텐츠 입니다.")
|
Text("※ 최근 2주간 등록된 \(isFree ? "새로운 콘텐츠" : "새로운 단편") 입니다.")
|
||||||
.font(.custom(Font.medium.rawValue, size: 14.7))
|
.font(.custom(Font.medium.rawValue, size: 14.7))
|
||||||
.foregroundColor(.graybb)
|
.foregroundColor(.graybb)
|
||||||
.padding(.horizontal, 13.3)
|
.padding(.horizontal, 13.3)
|
||||||
|
|
Loading…
Reference in New Issue