지금 라이브 중 전체보기 - 아이템 사이 간격 추가

This commit is contained in:
Yu Sung 2023-12-22 01:37:33 +09:00
parent be1d70a835
commit 89c552a341
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ struct LiveNowAllView: View {
viewModel.getLiveNowList()
},
content: {
VStack(spacing: 0) {
VStack(spacing: 13.3) {
ForEach(0..<viewModel.liveNowItems.count, id: \.self) { index in
let item = viewModel.liveNowItems[index]