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

@@ -55,7 +55,7 @@ struct LiveRoomHeartRankingDialog: View {
.cornerRadius(8)
.padding(.top, 25)
HStack(spacing: 0) {
HStack(spacing: 4) {
Text(I18n.CreateLive.totalLabel)
.appFont(size: 14.7, weight: .medium)
.foregroundColor(Color.grayee)
@@ -65,10 +65,6 @@ struct LiveRoomHeartRankingDialog: 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)