fix(main): 랭킹 배지 크기를 조정한다

This commit is contained in:
Yu Sung
2026-07-09 16:40:34 +09:00
parent 0d9a4880ef
commit 5213f0d98d
5 changed files with 9 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ struct MainContentAudioRankingTopCard: View {
.truncationMode(.tail)
Text(item.creatorNickname)
.appFont(.caption1)
.appFont(size: 16, weight: .regular)
.foregroundColor(.white)
.lineLimit(1)
.truncationMode(.tail)