SwiftUI's UI bug on macOS

The dividing lines of List Section overlap, which is uncomfortable to look at.

Look at the line under "Incomplete"

@hyoldman You can use listSectionSeparator(_:edges:) to set whether to hide the separator associated with a section. You can also specify to which edge this preference should apply.

SwiftUI's UI bug on macOS
 
 
Q