Merge branch 'bugfix/mfstyler_fix' into 'develop'

bugfix with styler

See merge request BPHV_MIPS/mvm_core_ui!639
This commit is contained in:
Pfeil, Scott Robert 2020-12-17 09:34:35 -05:00
commit 1f3f0ec1e2

View File

@ -1104,7 +1104,7 @@ CGFloat const LabelWithInternalButtonLineSpace = 2;
}
+ (nonnull NSAttributedString *)styleGetRegularMicroAttributedString:(nullable NSString *)string {
return [MFStyler styleGetRegularBodySmallAttributedString:string genericScaling:YES];
return [MFStyler styleGetRegularMicroAttributedString:string genericScaling:YES];
}
+ (nonnull NSAttributedString *)styleGetRegularMicroAttributedString:(nullable NSString *)string genericScaling:(BOOL)genericScaling {