I want to change the search icon color. is there a way to change it?
NavigationView {
Text("Searching for \(searchText)")
.searchable(text: $searchText, prompt: "Look for something")
.foregroundColor(.red)
.navigationTitle("Searchable Example")
}