fix: 메인 홈 - 보온 주간 차트
- 랭킹 숫자에 너비 지정하여 9위와 10위 커버이미지 정렬이 맞지 않는 버그 수정
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user