Change the color of a focused element (Picker) SwiftUI - WatchOS

Viewed 233

How can I change the focus color of a selected element in WatchOS7 with swiftUI. Here's my example below with a Picker whose focus color is green (the default one) but I want to change it to blud to be consistant with my app layout.

enter image description here

I search over the internet and stackoverflow but did not find andy solution to this. Is it possible to do it in SwiftUI.

0 Answers
Related