fix(i18n): 전체 수량 표기를 통일한다
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user