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
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