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