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)