이벤트 리스트
- 아이템 사이 간격 조정
This commit is contained in:
		| @@ -18,7 +18,7 @@ struct EventListView: View { | ||||
|                 DetailNavigationBar(title: "이벤트") | ||||
|                  | ||||
|                 ScrollView(.vertical, showsIndicators: false) { | ||||
|                     VStack(spacing: 0) { | ||||
|                     VStack(spacing: 15) { | ||||
|                         ForEach(viewModel.events, id: \.self) { event in | ||||
|                             KFImage(URL(string: event.thumbnailImageUrl)) | ||||
|                                 .cancelOnDisappear(true) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung