We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570a229 commit 7bfe979Copy full SHA for 7bfe979
1 file changed
WordPress/Classes/ViewRelated/Stats/Extensions/WPStyleGuide+Stats.swift
@@ -219,7 +219,7 @@ extension WPStyleGuide {
219
220
static let subTitleFont = WPStyleGuide.fontForTextStyle(.footnote, fontWeight: .medium)
221
static let summaryFont = WPStyleGuide.fontForTextStyle(.subheadline, fontWeight: .regular)
222
- static let insightsCountFont = UIFont.preferredFont(forTextStyle: .title1).bold()
+ static let insightsCountFont = UIFont.preferredFont(forTextStyle: .title2).bold()
223
224
static let tableBackgroundColor = UIColor.systemGroupedBackground
225
static let cellBackgroundColor = UIColor.secondarySystemGroupedBackground
0 commit comments