forked from mirrors/linphone-iphone
fix dark mode for SettingsView
This commit is contained in:
parent
e9526989e7
commit
669a64af46
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue