From e39b93b152f33b20cf39e90d636187beafbb3261 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 15 Jul 2025 01:25:03 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A9=94=EC=9D=B8=20=ED=99=88=20-=20?= =?UTF-8?q?=EB=B3=B4=EC=98=A8=20=EC=A3=BC=EA=B0=84=20=EC=B0=A8=ED=8A=B8=20?= =?UTF-8?q?-=20=EB=9E=AD=ED=82=B9=20=EC=88=AB=EC=9E=90=EC=97=90=20?= =?UTF-8?q?=EB=84=88=EB=B9=84=20=EC=A7=80=EC=A0=95=ED=95=98=EC=97=AC=209?= =?UTF-8?q?=EC=9C=84=EC=99=80=2010=EC=9C=84=20=EC=BB=A4=EB=B2=84=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20=EC=A0=95=EB=A0=AC=EC=9D=B4=20=EB=A7=9E?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Home/HomeWeeklyChartItemView.swift | 1 + 1 file changed, 1 insertion(+) 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)