From 27abf55ab3aca9b04f03e55f4cb808fec7cf948e Mon Sep 17 00:00:00 2001 From: "Tanner W. Stokes" Date: Tue, 31 May 2022 13:56:11 -0400 Subject: [PATCH 1/2] Use the Footnote size for the caption. --- .../Gutenberg/Layout Picker/CategorySectionTableViewCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPress/Classes/ViewRelated/Gutenberg/Layout Picker/CategorySectionTableViewCell.swift b/WordPress/Classes/ViewRelated/Gutenberg/Layout Picker/CategorySectionTableViewCell.swift index 0660d17488f5..4bfc836843b2 100644 --- a/WordPress/Classes/ViewRelated/Gutenberg/Layout Picker/CategorySectionTableViewCell.swift +++ b/WordPress/Classes/ViewRelated/Gutenberg/Layout Picker/CategorySectionTableViewCell.swift @@ -99,7 +99,7 @@ class CategorySectionTableViewCell: UITableViewCell { categoryTitle.font = categoryTitleFont ?? WPStyleGuide.serifFontForTextStyle(UIFont.TextStyle.headline, fontWeight: .semibold) categoryTitle.layer.masksToBounds = true categoryTitle.layer.cornerRadius = 4 - categoryCaptionLabel.font = WPStyleGuide.fontForTextStyle(.subheadline, fontWeight: .semibold) + categoryCaptionLabel.font = WPStyleGuide.fontForTextStyle(.footnote, fontWeight: .regular) setCaption() } From fa59efab54acbbe47dcea785469af3e7064e25b6 Mon Sep 17 00:00:00 2001 From: "Tanner W. Stokes" Date: Tue, 31 May 2022 13:56:31 -0400 Subject: [PATCH 2/2] Tighten up caption spacing. --- .../Layout Picker/CategorySectionTableViewCell.xib | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WordPress/Classes/ViewRelated/Gutenberg/Layout Picker/CategorySectionTableViewCell.xib b/WordPress/Classes/ViewRelated/Gutenberg/Layout Picker/CategorySectionTableViewCell.xib index 95396ebfa3e0..309efb8c7897 100644 --- a/WordPress/Classes/ViewRelated/Gutenberg/Layout Picker/CategorySectionTableViewCell.xib +++ b/WordPress/Classes/ViewRelated/Gutenberg/Layout Picker/CategorySectionTableViewCell.xib @@ -19,7 +19,7 @@ - + @@ -35,8 +35,8 @@ - - + +