Fix incorrect font size

pull/79/head
Niels Andriesse 5 years ago
parent 7976ad67bd
commit 8e2bcfc93a

@ -223,7 +223,7 @@ NS_ASSUME_NONNULL_BEGIN
+ (UIFont *)topLabelFont
{
return [UIFont ows_dynamicTypeBodyFont];
return [UIFont systemFontOfSize:LKValues.mediumFontSize];
}
+ (UIFont *)bottomLabelFont

Loading…
Cancel
Save