지금 라이브 중 - 현재 입장되어 있는 인원 UI 제거
This commit is contained in:
parent
623640d410
commit
be1d70a835
|
@ -52,19 +52,6 @@ struct LiveNowAllItemView: View {
|
||||||
Spacer()
|
Spacer()
|
||||||
|
|
||||||
HStack(spacing: 0) {
|
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")
|
Text(item.numberOfPeople > item.numberOfParticipate ? "참여가능" : "Sold out")
|
||||||
.font(.custom(Font.medium.rawValue, size: 13.3))
|
.font(.custom(Font.medium.rawValue, size: 13.3))
|
||||||
.foregroundColor(
|
.foregroundColor(
|
||||||
|
@ -74,7 +61,6 @@ struct LiveNowAllItemView: View {
|
||||||
"ffd300"
|
"ffd300"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.padding(.leading, 10)
|
|
||||||
|
|
||||||
Spacer()
|
Spacer()
|
||||||
|
|
||||||
|
|
|
@ -53,22 +53,6 @@ struct LiveNowItemView: View {
|
||||||
.padding(.top, 3.3)
|
.padding(.top, 3.3)
|
||||||
|
|
||||||
Spacer()
|
Spacer()
|
||||||
|
|
||||||
HStack(spacing: 2.7) {
|
|
||||||
Image("ic_avatar")
|
|
||||||
.resizable()
|
|
||||||
.frame(width: 20, height: 20)
|
|
||||||
|
|
||||||
Text("\(item.numberOfParticipate)")
|
|
||||||
.font(.custom(Font.medium.rawValue, size: 13.3))
|
|
||||||
.foregroundColor(Color.white)
|
|
||||||
}
|
|
||||||
.padding(.horizontal, 5.3)
|
|
||||||
.padding(.bottom, 2.7)
|
|
||||||
.background(Color(hex: "333333"))
|
|
||||||
.cornerRadius(13.3)
|
|
||||||
.padding(.trailing, 6.7)
|
|
||||||
.padding(.bottom, 6.7)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.frame(width: width, height: height)
|
.frame(width: width, height: height)
|
||||||
|
|
Loading…
Reference in New Issue