unread badge to spec (footnote: 13)

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 15891523b6
commit 5ada961ec7

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

Loading…
Cancel
Save