탐색 - 인기 크리에이터 설명 글 UI 수정
This commit is contained in:
parent
1a01244d85
commit
c78b804678
|
@ -51,7 +51,7 @@ struct ExplorerSectionView: View {
|
||||||
.font(.custom(Font.bold.rawValue, size: 14.7))
|
.font(.custom(Font.bold.rawValue, size: 14.7))
|
||||||
.foregroundColor(Color(hex: "eeeeee"))
|
.foregroundColor(Color(hex: "eeeeee"))
|
||||||
|
|
||||||
Text("※ 인기 콘텐츠의 순위는 매주 업데이트됩니다.")
|
Text("※ 인기 크리에이터의 순위는 매주 업데이트됩니다.")
|
||||||
.font(.custom(Font.light.rawValue, size: 13.3))
|
.font(.custom(Font.light.rawValue, size: 13.3))
|
||||||
.foregroundColor(Color(hex: "bbbbbb"))
|
.foregroundColor(Color(hex: "bbbbbb"))
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,7 @@ struct ExplorerSectionView: View {
|
||||||
ForEach(0..<section.creators.count, id: \.self) { index in
|
ForEach(0..<section.creators.count, id: \.self) { index in
|
||||||
let creator = section.creators[index]
|
let creator = section.creators[index]
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
if let desc = section.desc {
|
if let _ = section.desc {
|
||||||
ZStack {
|
ZStack {
|
||||||
KFImage(URL(string: creator.profileImageUrl))
|
KFImage(URL(string: creator.profileImageUrl))
|
||||||
.cancelOnDisappear(true)
|
.cancelOnDisappear(true)
|
||||||
|
|
Loading…
Reference in New Issue