From 5ada961ec7b1e3badfd1a389b9d310d83104198b Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 19 Apr 2018 15:27:46 -0400 Subject: [PATCH] unread badge to spec (footnote: 13) // FREEBIE --- Signal/src/ViewControllers/HomeView/HomeViewCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/ViewControllers/HomeView/HomeViewCell.m b/Signal/src/ViewControllers/HomeView/HomeViewCell.m index 4109d65eb..19cf81bd4 100644 --- a/Signal/src/ViewControllers/HomeView/HomeViewCell.m +++ b/Signal/src/ViewControllers/HomeView/HomeViewCell.m @@ -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;