Compare commits
No commits in common. "6aaf383013ef32b62105515842d72b2bdac15351" and "8f62c17971997e22fbd1af55082215e5edc81395" have entirely different histories.
6aaf383013
...
8f62c17971
|
@ -59,7 +59,6 @@ struct ContentListItemView: View {
|
|||
Text(item.title)
|
||||
.font(.custom(Font.medium.rawValue, size: 12))
|
||||
.foregroundColor(Color(hex: "d2d2d2"))
|
||||
.multilineTextAlignment(.leading)
|
||||
.padding(.top, 8)
|
||||
.padding(.bottom, 10)
|
||||
|
||||
|
|
|
@ -56,13 +56,6 @@ struct ContentDetailPlayView: View {
|
|||
isShowPreviewAlert = true
|
||||
}
|
||||
}
|
||||
} else {
|
||||
Text("해당 콘텐츠는 크리에이터의 요청으로\n미리듣기를 제공하지 않습니다.")
|
||||
.font(.custom(Font.medium.rawValue, size: 16.7))
|
||||
.foregroundColor(Color.grayee)
|
||||
.padding(13.3)
|
||||
.background(Color.gray33.opacity(0.5))
|
||||
.cornerRadius(46.7)
|
||||
}
|
||||
|
||||
VStack(alignment: .leading, spacing: 13.3) {
|
||||
|
|
Loading…
Reference in New Issue