diff --git a/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageBubbleView.m b/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageBubbleView.m index e550c1f4e..5c734e2a4 100644 --- a/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageBubbleView.m +++ b/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageBubbleView.m @@ -691,7 +691,7 @@ NS_ASSUME_NONNULL_BEGIN + (UIFont *)senderNameFont { - return UIFont.ows_dynamicTypeSubheadlineFont; + return UIFont.ows_dynamicTypeSubheadlineFont.ows_mediumWeight; } + (NSDictionary *)senderNamePrimaryAttributes