From a6e40151458c518863d228138bc26826ec849b98 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Mon, 2 Jul 2018 15:17:58 -0400 Subject: [PATCH] Tweak profile names. --- .../ConversationView/Cells/OWSMessageBubbleView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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