Tweak phone number & profile names.

pull/1/head
Matthew Chen 7 years ago committed by Michael Kirk
parent c4d52505b7
commit fdc4fafe7a

@ -801,8 +801,8 @@ NS_ASSUME_NONNULL_BEGIN
+ (NSDictionary *)senderNameSecondaryAttributes
{
return @{
NSFontAttributeName : UIFont.ows_dynamicTypeCaption2Font,
NSForegroundColorAttributeName : [ConversationStyle.bubbleTextColorIncoming colorWithAlphaComponent:0.75f],
NSFontAttributeName : self.senderNameFont.ows_italic,
NSForegroundColorAttributeName : ConversationStyle.bubbleTextColorIncoming,
};
}

@ -431,7 +431,7 @@ NS_ASSUME_NONNULL_BEGIN
// Used for profile names.
- (UIFont *)nameSecondaryFont
{
return [UIFont ows_dynamicTypeFootnoteFont];
return [UIFont ows_dynamicTypeBodyFont].ows_italic;
}
- (NSUInteger)avatarSize

Loading…
Cancel
Save