fix(i18n): 전체 수량 표기를 통일한다

This commit is contained in:
Yu Sung
2026-08-14 14:16:54 +09:00
parent b011616175
commit 080f36e690
5 changed files with 11 additions and 36 deletions

View File

@@ -32,7 +32,7 @@ struct LiveRoomDonationRankingDialog: View {
LiveRoomDonationRankingTotalCanView(totalCan: donationStatus.totalCan, totalSecretCan: donationStatus.totalSecretCan)
.padding(.top, 25)
HStack(spacing: 0) {
HStack(spacing: 4) {
Text(I18n.CreateLive.totalLabel)
.appFont(size: 14.7, weight: .medium)
.foregroundColor(Color.grayee)
@@ -42,10 +42,6 @@ struct LiveRoomDonationRankingDialog: View {
.foregroundColor(Color.button)
.padding(.leading, 6.7)
Text(I18n.CreateLive.peopleUnit)
.appFont(size: 12, weight: .medium)
.foregroundColor(Color.gray77)
Spacer()
}
.padding(.top, 13.3)