2020-03-05a few seconds read (About 19 words)How to make translucent SwiftUI List in macOSIssue #615 123456List { ForEach(books) { (book: Book) in BookRow(book: book) }}.listStyle(SidebarListStyle())#macOSswiftUI