From a22594320f499b43cf865932f313202227e7ddab Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 22 Jul 2025 05:53:21 +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=EC=9D=B4=EB=AF=B8=EC=A7=80=20crop=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Home/HomeCreatorRankingItemView.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift b/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift index 1658a37..d46d07e 100644 --- a/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift +++ b/SodaLive/Sources/Home/HomeCreatorRankingItemView.swift @@ -25,7 +25,8 @@ struct HomeCreatorRankingItemView: View { KFImage(URL(string: item.profileImageUrl)) .cancelOnDisappear(true) .resizable() - .frame(width: 84, height: 84) + .scaledToFill() + .frame(width: 84, height: 84, alignment: .top) .clipShape(Circle()) Text(item.nickname)