홈 인기 크리에이터 - 닉네임 UI 높이 조정
This commit is contained in:
@@ -36,10 +36,11 @@ struct HomeCreatorRankingItemView: View {
|
|||||||
}
|
}
|
||||||
.frame(width: 108, height: 105)
|
.frame(width: 108, height: 105)
|
||||||
|
|
||||||
|
Spacer()
|
||||||
|
|
||||||
Text(item.nickname)
|
Text(item.nickname)
|
||||||
.font(.custom(Font.preRegular.rawValue, size: 16))
|
.font(.custom(Font.preRegular.rawValue, size: 16))
|
||||||
.foregroundColor(.white)
|
.foregroundColor(.white)
|
||||||
.padding(.top, 20)
|
|
||||||
|
|
||||||
Spacer()
|
Spacer()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user