라이브방 - 라이브 후원랭킹 리스트
- 방장은 일반후원 / 비밀후원 캔을 나눠서 보이도록 수정
This commit is contained in:
@@ -29,7 +29,7 @@ struct LiveRoomDonationRankingDialog: View {
|
||||
}
|
||||
|
||||
if let donationStatus = viewModel.donationStatus {
|
||||
LiveRoomDonationRankingTotalCanView(totalCan: donationStatus.totalCan)
|
||||
LiveRoomDonationRankingTotalCanView(totalCan: donationStatus.totalCan, totalSecretCan: donationStatus.totalSecretCan)
|
||||
.padding(.top, 25)
|
||||
|
||||
HStack(spacing: 0) {
|
||||
@@ -42,7 +42,7 @@ struct LiveRoomDonationRankingDialog: View {
|
||||
.foregroundColor(Color.button)
|
||||
.padding(.leading, 6.7)
|
||||
|
||||
Text("명")
|
||||
Text(" 명")
|
||||
.font(.custom(Font.medium.rawValue, size: 12))
|
||||
.foregroundColor(Color.gray77)
|
||||
|
||||
|
Reference in New Issue
Block a user