지금 라이브 중 전체보기 - 아이템 사이 간격 추가
This commit is contained in:
parent
be1d70a835
commit
89c552a341
|
@ -27,7 +27,7 @@ struct LiveNowAllView: View {
|
||||||
viewModel.getLiveNowList()
|
viewModel.getLiveNowList()
|
||||||
},
|
},
|
||||||
content: {
|
content: {
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 13.3) {
|
||||||
ForEach(0..<viewModel.liveNowItems.count, id: \.self) { index in
|
ForEach(0..<viewModel.liveNowItems.count, id: \.self) { index in
|
||||||
let item = viewModel.liveNowItems[index]
|
let item = viewModel.liveNowItems[index]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue