Skip to content

Commit 3af8245

Browse files
author
emilylaguna
committed
Use non-serif font for the subtitle on the enable notifications screen
1 parent d5bbff7 commit 3af8245

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WordPress/Classes/ViewRelated/Blog/Onboarding Questions Prompt/OnboardingEnableNotificationsViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ private extension OnboardingEnableNotificationsViewController {
8282
titleLabel.font = WPStyleGuide.serifFontForTextStyle(.title1, fontWeight: .semibold)
8383
titleLabel.textColor = .text
8484

85-
subTitleLabel.font = WPStyleGuide.serifFontForTextStyle(.title3, fontWeight: .regular)
86-
subTitleLabel.textColor = .text
85+
subTitleLabel.font = .preferredFont(forTextStyle: .title3)
86+
subTitleLabel.textColor = .secondaryLabel
8787
}
8888

8989
func updateContent() {

0 commit comments

Comments
 (0)