라이브방 - 라이브 후원랭킹 리스트

- 방장은 일반후원 / 비밀후원 캔을 나눠서 보이도록 수정
This commit is contained in:
Yu Sung
2024-10-28 18:25:22 +09:00
parent 5b55c9d2e3
commit 54f70609c5
5 changed files with 81 additions and 9 deletions

View File

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