tvOS 14 can't reduce Searchbar font size

Hi All,
I was trying to reduce the tvOS searchBar font size but no luck.

Code Block if #available(tvOS 14.0, *) {
UILabel.appearance(whenContainedInInstancesOf: [UISearchBar.self]).font = UIFont.boldSystemFont(ofSize: 38.0)
UITextField.appearance(whenContainedInInstancesOf: [UISearchBar.self]).font = UIFont.boldSystemFont(ofSize: 38.0)
}

Is it possible to change the text tvOS searchbar font size?


tvOS 14 can't reduce Searchbar font size
 
 
Q