From 743867859f9a3d26e0a853c87d96e79791940b6b Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 19 Apr 2018 19:51:18 -0400 Subject: [PATCH] smaller font for date/unread, per updated spec // 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 ce872724b..d47bbde92 100644 --- a/Signal/src/ViewControllers/HomeView/HomeViewCell.m +++ b/Signal/src/ViewControllers/HomeView/HomeViewCell.m @@ -333,7 +333,7 @@ NS_ASSUME_NONNULL_BEGIN - (UIFont *)dateTimeFont { - return [UIFont ows_dynamicTypeFootnoteFont].ows_mediumWeight; + return [UIFont ows_dynamicTypeCaption1Font].ows_mediumWeight; } - (UIFont *)snippetFont