19 표시 제거

This commit is contained in:
Yu Sung
2023-08-20 20:22:35 +09:00
parent d75367c78b
commit 3dfe4f3b8a
9 changed files with 0 additions and 97 deletions

View File

@@ -22,17 +22,6 @@ struct LiveNowAllItemView: View {
.frame(width: 80, height: 116.7, alignment: .top)
.cornerRadius(4.7)
.clipped()
if item.isAdult {
Text("19")
.font(.custom(Font.bold.rawValue, size: 11.3))
.foregroundColor(Color.white)
.padding(4)
.background(Color(hex: "e53621"))
.cornerRadius(20)
.padding(.top, 3.3)
.padding(.leading, 3.3)
}
}
VStack(alignment: .leading, spacing: 0) {