Replace DesignKit with package from ElementX.

This commit is contained in:
Doug
2022-05-20 18:43:35 +01:00
committed by Doug
parent dcd5fad1b9
commit ad4674c0d4
32 changed files with 81 additions and 1021 deletions

View File

@@ -493,7 +493,7 @@ enum {
// Customize label style
UITableViewHeaderFooterView *tableViewHeaderFooterView = (UITableViewHeaderFooterView*)view;
tableViewHeaderFooterView.textLabel.textColor = ThemeService.shared.theme.colors.secondaryContent;
tableViewHeaderFooterView.textLabel.font = ThemeService.shared.theme.fonts.footnote;
tableViewHeaderFooterView.textLabel.font = [UIFont preferredFontForTextStyle:UIFontTextStyleFootnote];
}
}