Use headerTextPrimaryColor in headers and don't override system font size.

This commit is contained in:
Doug
2020-07-15 18:43:00 +01:00
committed by Doug
parent 41586caa6a
commit 1e1e00c7b8
3 changed files with 3 additions and 6 deletions

View File

@@ -1368,8 +1368,7 @@ TableViewSectionsDelegate>
{
// Customize label style
UITableViewHeaderFooterView *tableViewHeaderFooterView = (UITableViewHeaderFooterView*)view;
tableViewHeaderFooterView.textLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
tableViewHeaderFooterView.textLabel.font = [UIFont systemFontOfSize:15];
tableViewHeaderFooterView.textLabel.textColor = ThemeService.shared.theme.headerTextPrimaryColor;
}
}