Feed card revert.

This commit is contained in:
Scott Pfeil 2022-06-20 11:43:50 -04:00
parent acc91902e5
commit 123ac6b2a1

View File

@ -409,7 +409,7 @@ CGFloat const LabelWithInternalButtonLineSpace = 2;
} }
+ (nullable UIFont *)fontForFeedCardTitle:(BOOL)genericScaling { + (nullable UIFont *)fontForFeedCardTitle:(BOOL)genericScaling {
return [self getFontForStyleString:@"BoldTitleSmall" genericScaling:genericScaling]; return [self getFontForStyleString:@"BoldTitleXLarge" genericScaling:genericScaling];
} }
+ (nullable UIFont *)fontForLargeLoyaltyHeaderTitle:(BOOL)genericScaling { + (nullable UIFont *)fontForLargeLoyaltyHeaderTitle:(BOOL)genericScaling {