fix: 메인 홈 - 인기 크리에이터

- 이미지 crop 적용
This commit is contained in:
Yu Sung
2025-07-22 05:53:21 +09:00
parent 6fc6360f23
commit a22594320f

View File

@@ -25,7 +25,8 @@ struct HomeCreatorRankingItemView: View {
KFImage(URL(string: item.profileImageUrl)) KFImage(URL(string: item.profileImageUrl))
.cancelOnDisappear(true) .cancelOnDisappear(true)
.resizable() .resizable()
.frame(width: 84, height: 84) .scaledToFill()
.frame(width: 84, height: 84, alignment: .top)
.clipShape(Circle()) .clipShape(Circle())
Text(item.nickname) Text(item.nickname)