fix(main): 랭킹 배지 크기를 조정한다
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user