diff --git a/Tusker/Views/Hashtag Cell/TrendingHashtagCollectionViewCell.swift b/Tusker/Views/Hashtag Cell/TrendingHashtagCollectionViewCell.swift index 0c9d863a..c14a7272 100644 --- a/Tusker/Views/Hashtag Cell/TrendingHashtagCollectionViewCell.swift +++ b/Tusker/Views/Hashtag Cell/TrendingHashtagCollectionViewCell.swift @@ -21,7 +21,9 @@ class TrendingHashtagCollectionViewCell: UICollectionViewCell { backgroundColor = .systemBackground hashtagLabel.font = .preferredFont(forTextStyle: .title2) + hashtagLabel.adjustsFontForContentSizeCategory = true peopleTodayLabel.font = .preferredFont(forTextStyle: .caption1) + peopleTodayLabel.adjustsFontForContentSizeCategory = true let vStack = UIStackView(arrangedSubviews: [ hashtagLabel,