diff --git a/SodaLive/Sources/Home/HomeWeeklyChartItemView.swift b/SodaLive/Sources/Home/HomeWeeklyChartItemView.swift index 3018b7b..49e9930 100644 --- a/SodaLive/Sources/Home/HomeWeeklyChartItemView.swift +++ b/SodaLive/Sources/Home/HomeWeeklyChartItemView.swift @@ -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)