Revert some fonts that were changed in #6275

This commit is contained in:
Doug
2022-07-08 12:37:49 +01:00
committed by Doug
parent fc9df90cca
commit 86b8a18f4d
4 changed files with 9 additions and 3 deletions

View File

@@ -24,6 +24,7 @@
#import "GeneratedInterface-Swift.h"
@import DesignKit;
enum
{
@@ -493,7 +494,7 @@ enum {
// Customize label style
UITableViewHeaderFooterView *tableViewHeaderFooterView = (UITableViewHeaderFooterView*)view;
tableViewHeaderFooterView.textLabel.textColor = ThemeService.shared.theme.colors.secondaryContent;
tableViewHeaderFooterView.textLabel.font = [UIFont preferredFontForTextStyle:UIFontTextStyleFootnote];
tableViewHeaderFooterView.textLabel.font = ThemeService.shared.theme.fonts.footnote;
}
}