Skip to content

Commit 7bfe979

Browse files
authored
Fix font in Insights / Most Popular Time (#25457)
1 parent 570a229 commit 7bfe979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WordPress/Classes/ViewRelated/Stats/Extensions/WPStyleGuide+Stats.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ extension WPStyleGuide {
219219

220220
static let subTitleFont = WPStyleGuide.fontForTextStyle(.footnote, fontWeight: .medium)
221221
static let summaryFont = WPStyleGuide.fontForTextStyle(.subheadline, fontWeight: .regular)
222-
static let insightsCountFont = UIFont.preferredFont(forTextStyle: .title1).bold()
222+
static let insightsCountFont = UIFont.preferredFont(forTextStyle: .title2).bold()
223223

224224
static let tableBackgroundColor = UIColor.systemGroupedBackground
225225
static let cellBackgroundColor = UIColor.secondarySystemGroupedBackground

0 commit comments

Comments
 (0)