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

- 프로필 이미지 사이즈 65 -> 70 변경
This commit is contained in:
Yu Sung
2025-07-15 03:43:28 +09:00
parent 8158a910ed
commit 48e60bff57

View File

@@ -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)