From 91f4f38c02953f6f7364d8a5db948c5c354c94b6 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 19 Apr 2018 15:27:54 -0400 Subject: [PATCH] snippet to spec (subheading: 15pt) // 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 19cf81bd4..36c8352ca 100644 --- a/Signal/src/ViewControllers/HomeView/HomeViewCell.m +++ b/Signal/src/ViewControllers/HomeView/HomeViewCell.m @@ -318,7 +318,7 @@ NS_ASSUME_NONNULL_BEGIN - (UIFont *)snippetFont { - return [UIFont ows_dynamicTypeFootnoteFont]; + return [UIFont ows_dynamicTypeSubheadlineFont]; } - (UIFont *)nameFont