How to change the search bar tint in PHPickerViewController

Does anyone know how to change the search bar tint in PHPickerViewController?
Code Block
UITextField.appearance(whenContainedInInstancesOf: [UISearchBar.self]).tintColor = .white

Not related to PHPickerViewController.
How to change the search bar tint in PHPickerViewController
 
 
Q