Fix incorrect font size

This commit is contained in:
Niels Andriesse 2020-01-15 13:56:19 +11:00
parent 7976ad67bd
commit 8e2bcfc93a

View file

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