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

@@ -26,6 +26,8 @@
#import "GeneratedInterface-Swift.h"
@import DesignKit;
// Dev flag to have more options
//#define CROSS_SIGNING_AND_BACKUP_DEV
@@ -1297,7 +1299,7 @@ TableViewSectionsDelegate>
// 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;
}
}