diff --git a/Signal/src/ViewControllers/ConversationView/Cells/OWSGenericAttachmentView.m b/Signal/src/ViewControllers/ConversationView/Cells/OWSGenericAttachmentView.m index 567850ac8..170fe861e 100644 --- a/Signal/src/ViewControllers/ConversationView/Cells/OWSGenericAttachmentView.m +++ b/Signal/src/ViewControllers/ConversationView/Cells/OWSGenericAttachmentView.m @@ -223,7 +223,7 @@ NS_ASSUME_NONNULL_BEGIN + (UIFont *)topLabelFont { - return [UIFont ows_dynamicTypeBodyFont]; + return [UIFont systemFontOfSize:LKValues.mediumFontSize]; } + (UIFont *)bottomLabelFont