Change Sidebar List selection Color SwiftUI

Viewed 21

I wanted to change the color of a selected item from a list in the sidebar using swiftUI, I tried to do

.listRowBackground(Color.pink)

not what I expected, so how do I change one? thanks

what i want to change

0 Answers
Related