19 표시 제거
This commit is contained in:
@@ -35,17 +35,6 @@ struct ContentOrderConfirmDialogView: View {
|
||||
.frame(width: 88.7, height: 88.7, alignment: .center)
|
||||
.clipped()
|
||||
.cornerRadius(4)
|
||||
|
||||
if audioContent.isAdult {
|
||||
Text("19")
|
||||
.font(.custom(Font.bold.rawValue, size: 11.3))
|
||||
.foregroundColor(Color.white)
|
||||
.padding(4)
|
||||
.background(Color(hex: "e53621"))
|
||||
.clipShape(Circle())
|
||||
.padding(.leading, 4.3)
|
||||
.padding(.top, 4.3)
|
||||
}
|
||||
}
|
||||
|
||||
VStack(alignment: .leading, spacing: 0) {
|
||||
|
Reference in New Issue
Block a user