지금 라이브 중 - 현재 입장되어 있는 인원 UI 제거

This commit is contained in:
Yu Sung
2023-12-22 01:07:07 +09:00
parent 623640d410
commit be1d70a835
2 changed files with 0 additions and 30 deletions

View File

@@ -52,19 +52,6 @@ struct LiveNowAllItemView: View {
Spacer()
HStack(spacing: 0) {
Image("ic_avatar")
.resizable()
.frame(width: 20, height: 20)
Text("\(item.numberOfParticipate)")
.font(.custom(Font.medium.rawValue, size: 13.3))
.foregroundColor(.white)
.padding(.leading, 2.7)
Text("/\(item.numberOfPeople)")
.font(.custom(Font.medium.rawValue, size: 13.3))
.foregroundColor(Color(hex: "555555"))
Text(item.numberOfPeople > item.numberOfParticipate ? "참여가능" : "Sold out")
.font(.custom(Font.medium.rawValue, size: 13.3))
.foregroundColor(
@@ -74,7 +61,6 @@ struct LiveNowAllItemView: View {
"ffd300"
)
)
.padding(.leading, 10)
Spacer()