콘텐츠 업로드 크리에이터
- LazyHStack -> HStack으로 변경하여 과도한 간격 제거
This commit is contained in:
		| @@ -15,7 +15,7 @@ struct ContentMainNewContentCreatorView: View { | ||||
|         ZStack { | ||||
|             if !viewModel.newContentUploadCreatorList.isEmpty { | ||||
|                 ScrollView(.horizontal, showsIndicators: false) { | ||||
|                     LazyHStack(spacing: 21.3) { | ||||
|                     HStack(spacing: 21.3) { | ||||
|                         ForEach(0..<viewModel.newContentUploadCreatorList.count, id: \.self) { index in | ||||
|                             let item = viewModel.newContentUploadCreatorList[index] | ||||
|                             ContentMainNewContentCreatorItemView(item: item) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung