홈 인기 크리에이터 - 닉네임 UI 높이 조정

This commit is contained in:
Yu Sung
2026-01-20 01:50:17 +09:00
parent d3037d1ba3
commit a743fecfdd

View File

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