From 48e60bff57844befdc07d54bd24a38ca1ddee4d7 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 15 Jul 2025 03:43:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A9=94=EC=9D=B8=20=ED=99=88=20-=20?= =?UTF-8?q?=EC=9D=B8=EA=B8=B0=20=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=20-=20=ED=94=84=EB=A1=9C=ED=95=84=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20=EC=82=AC=EC=9D=B4=EC=A6=88=2065=20->=2070?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Home/HomeCreatorRankingItemView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift b/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift index 2003eeb..4544c90 100644 --- a/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift +++ b/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift @@ -21,7 +21,7 @@ struct HomeCreatorRankingItemView: View { KFImage(URL(string: item.profileImageUrl)) .cancelOnDisappear(true) .resizable() - .frame(width: 65, height: 65) + .frame(width: 70, height: 70) .clipShape(Circle()) Text(item.nickname)