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