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)