We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6291cc commit c2f4fcaCopy full SHA for c2f4fca
WooCommerce/Classes/POS/Presentation/ItemListView.swift
@@ -93,7 +93,7 @@ private extension ItemListView {
93
Text(headerBannerSubtitle)
94
bannerHintAndLearnMoreText
95
}
96
- .font(POSFontStyle.posBodySmallRegular().font())
+ .font(Constants.bannerSubtitleFont)
97
.lineSpacing(Constants.bannerTextSpacing)
98
.accessibilityElement(children: .combine)
99
0 commit comments