How to Set Mac Catalyst App's Sidebar Image to White Color

I have an app built with Mac Catalyst. It has a sidebar which built with UICollectionViewListCell. And I use the defaultContentConfiguration to setup my cell.

But when I try to set the selected cell's image's tintColor to white, the image become gray.

I found that set the UISplitViewController's primaryBackgroundStyle to none rather than sidebar can solve this problem, but I need the sidebar appearance.

How to Set Mac Catalyst App's Sidebar Image to White Color
 
 
Q