다국어 문자열과 카운트 노출을 정비

This commit is contained in:
Yu Sung
2025-12-17 15:15:08 +09:00
parent 619870e1de
commit fa163ec83d
11 changed files with 156 additions and 127 deletions

View File

@@ -37,12 +37,12 @@ struct LiveRoomDonationRankingDialog: View {
.font(.custom(Font.medium.rawValue, size: 14.7))
.foregroundColor(Color.grayee)
Text("\(donationStatus.totalCount)")
Text(" \(donationStatus.totalCount)")
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color.button)
.padding(.leading, 6.7)
Text(" ")
Text("")
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color.gray77)

View File

@@ -60,12 +60,12 @@ struct LiveRoomHeartRankingDialog: View {
.font(.custom(Font.medium.rawValue, size: 14.7))
.foregroundColor(Color.grayee)
Text("\(heartStatus.totalCount)")
Text(" \(heartStatus.totalCount)")
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color.button)
.padding(.leading, 6.7)
Text(" ")
Text("")
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color.gray77)