We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a622ca commit a1b4988Copy full SHA for a1b4988
Mage/EventChooserController.m
@@ -82,6 +82,8 @@ - (void) themeDidChange:(MageTheme)theme {
82
83
if (@available(iOS 13.0, *)) {
84
self.searchController.searchBar.searchTextField.backgroundColor = [[UIColor background] colorWithAlphaComponent:.87];
85
+ } else {
86
+ [[UITextField appearanceWhenContainedInInstancesOfClasses:@[[UISearchBar class]]] setTextColor:[UIColor navBarPrimaryText]];
87
}
88
89
[self.tableView reloadData];
0 commit comments