19 표시 제거
This commit is contained in:
@@ -37,17 +37,6 @@ struct UserProfileLiveView: View {
|
||||
.clipped()
|
||||
.cornerRadius(4.7)
|
||||
|
||||
if liveRoom.isAdult {
|
||||
Text("19")
|
||||
.font(.custom(Font.bold.rawValue, size: 11.3))
|
||||
.foregroundColor(Color.white)
|
||||
.padding(4)
|
||||
.background(Color(hex: "e53621"))
|
||||
.clipShape(Circle())
|
||||
.padding(.top, 6.7)
|
||||
.padding(.leading, 6.7)
|
||||
}
|
||||
|
||||
if !liveRoom.isActive {
|
||||
Rectangle()
|
||||
.frame(width: 80, height: 116.7, alignment: .top)
|
||||
|
Reference in New Issue
Block a user