19 표시 제거
This commit is contained in:
@@ -20,17 +20,6 @@ struct ContentMainItemView: View {
|
||||
.scaledToFill()
|
||||
.frame(width: 133.3, height: 133.3, alignment: .top)
|
||||
.cornerRadius(2.7)
|
||||
|
||||
if item.isAdult {
|
||||
Text("19")
|
||||
.font(.custom(Font.bold.rawValue, size: 11.3))
|
||||
.foregroundColor(Color.white)
|
||||
.padding(4)
|
||||
.background(Color(hex: "e53621"))
|
||||
.clipShape(Circle())
|
||||
.padding(.top, 4.3)
|
||||
.padding(.leading, 4.3)
|
||||
}
|
||||
}
|
||||
|
||||
Text(item.title)
|
||||
|
Reference in New Issue
Block a user