fix: 메인 홈 - 보온 주간 차트

- 랭킹 숫자에 너비 지정하여 9위와 10위 커버이미지 정렬이 맞지 않는 버그 수정
This commit is contained in:
Yu Sung
2025-07-15 01:25:03 +09:00
parent fee79f83b9
commit e39b93b152

View File

@@ -19,6 +19,7 @@ struct HomeWeeklyChartItemView: View {
Text("\(rank)")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(Color(hex: "B5E7FA"))
.frame(width: 30)
KFImage(URL(string: content.coverImageUrl))
.cancelOnDisappear(true)