fix dark mode for SettingsView

This commit is contained in:
Danmei Chen 2022-02-11 10:24:13 +01:00 committed by QuentinArguillere
parent e9526989e7
commit 669a64af46

View file

@ -124,7 +124,7 @@
- (void)deselectCell:(UITableViewCell *)cell {
[cell setAccessoryType:UITableViewCellAccessoryNone];
[[cell textLabel] setTextColor:[UIColor darkTextColor]];
[[cell textLabel] setTextColor:[UIColor labelColor]];
}
- (NSString *)tableView:(UITableView *)tableView titleForFooterInSection:(NSInteger)section {