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

- 프로필 이미지 사이즈 60으로 변경
This commit is contained in:
Yu Sung
2025-07-14 23:08:14 +09:00
parent 6c7790cbff
commit 9c32c4ab3b

View File

@@ -21,7 +21,7 @@ struct HomeCreatorRankingItemView: View {
KFImage(URL(string: item.profileImageUrl))
.cancelOnDisappear(true)
.resizable()
.frame(width: 56, height: 56)
.frame(width: 60, height: 60)
.clipShape(Circle())
Text(item.nickname)