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

@@ -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)