diff --git a/MVMCoreUI/Styles/MFStyler.h b/MVMCoreUI/Styles/MFStyler.h index ddafe4c9..09299a82 100644 --- a/MVMCoreUI/Styles/MFStyler.h +++ b/MVMCoreUI/Styles/MFStyler.h @@ -157,8 +157,8 @@ B3 -> Legal //75Bd 10pt only for support + (nullable UIFont *)fontForUnreadMessageOnSupport; -//55Rg 16pt -+(nullable UIFont *)fontFiveGMessage:(BOOL)genericScaling; +//55Rg 16pt for 5G flow ++ (nullable UIFont *)font5GMessage:(BOOL)genericScaling; // Returns the fonts for these styles allowing to apply a generic scale by device or not. + (nullable UIFont *)fontForBiggerHeadLine:(BOOL)genericScaling; diff --git a/MVMCoreUI/Styles/MFStyler.m b/MVMCoreUI/Styles/MFStyler.m index 45a881a0..f31cb88c 100644 --- a/MVMCoreUI/Styles/MFStyler.m +++ b/MVMCoreUI/Styles/MFStyler.m @@ -356,7 +356,7 @@ CGFloat const LabelWithInternalButtonLineSpace = 2; } -+ (nullable UIFont *)fontForHeadlineAlternative:(BOOL)genericScaling { ++ (nullable UIFont *)font5GMessage:(BOOL)genericScaling; { CGFloat size = 24; if (genericScaling) { size = [self sizeFontGenericForCurrentDevice:size];