Removing sidebar divider in NavigationSplitView

Hi,

I’m practicing with NavigationSplitView for macOS and customizing the sidebar. I’ve managed to adjust most parts, but I couldn’t remove the sidebar’s divider. It seems like it’s not possible in modern SwiftUI. My AppKit knowledge is also not very strong.

How can I remove the sidebar divider?

I want to use a plain background. I also solved it by creating my own sidebar, but I wanted to try it using NavigationSplitView.

Removing sidebar divider in NavigationSplitView
 
 
Q