unread badge to spec (footnote: 13)

// FREEBIE
This commit is contained in:
Michael Kirk 2018-04-19 15:27:46 -04:00
parent 15891523b6
commit 5ada961ec7

View file

@ -120,7 +120,7 @@ NS_ASSUME_NONNULL_BEGIN
[self.snippetLabel setCompressionResistanceHorizontalLow];
self.unreadLabel = [UILabel new];
self.unreadLabel.font = [UIFont ows_dynamicTypeCaption1Font];
self.unreadLabel.font = self.dateTimeFont;
self.unreadLabel.textColor = [UIColor whiteColor];
self.unreadLabel.lineBreakMode = NSLineBreakByTruncatingTail;
self.unreadLabel.textAlignment = NSTextAlignmentCenter;