fix dark mode for SettingsView

This commit is contained in:
Danmei Chen 2022-02-11 10:24:13 +01:00
parent e1c89db7d8
commit cdc09fcd8f

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 {