지금 라이브 중 19금 방송 방패 표시
This commit is contained in:
@@ -52,7 +52,15 @@ struct LiveNowItemView: View {
|
||||
}
|
||||
|
||||
Spacer()
|
||||
|
||||
if item.isAdult {
|
||||
Image("ic_shield")
|
||||
.resizable()
|
||||
.frame(width: 20, height: 20)
|
||||
}
|
||||
}
|
||||
.padding(.top, 10)
|
||||
.padding(.horizontal, 10)
|
||||
|
||||
VStack(spacing: 0) {
|
||||
ZStack(alignment: .bottom) {
|
||||
@@ -121,8 +129,8 @@ struct LiveNowItemView: View {
|
||||
.padding(.bottom, 2)
|
||||
}
|
||||
}
|
||||
.padding(14)
|
||||
}
|
||||
.padding(10)
|
||||
.frame(width: resolvedWidth, height: resolvedHeight, alignment: .top)
|
||||
.background(Color(hex: "263238"))
|
||||
.cornerRadius(16)
|
||||
|
||||
Reference in New Issue
Block a user