콘텐츠 그리드 리스트
- 아이템 간격 32로 수정
This commit is contained in:
@@ -59,7 +59,7 @@ struct ContentNewAllView: View {
|
||||
.padding(.horizontal, 20)
|
||||
|
||||
ScrollView(.vertical, showsIndicators: false) {
|
||||
LazyVGrid(columns: columns, spacing: 16.7) {
|
||||
LazyVGrid(columns: columns, spacing: 32) {
|
||||
ForEach(0..<viewModel.newContentList.count, id: \.self) { index in
|
||||
ContentNewAllItemView(item: viewModel.newContentList[index])
|
||||
.onAppear {
|
||||
|
Reference in New Issue
Block a user