지금 라이브 중 - 현재 입장되어 있는 인원 UI 제거
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user