fix: 메인 홈 - 인기 크리에이터
- 프로필 이미지 사이즈 65 -> 70 변경
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user