Skip to content

Commit c2f4fca

Browse files
committed
Revert unintended change to use the local font constant.
1 parent b6291cc commit c2f4fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/POS/Presentation/ItemListView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private extension ItemListView {
9393
Text(headerBannerSubtitle)
9494
bannerHintAndLearnMoreText
9595
}
96-
.font(POSFontStyle.posBodySmallRegular().font())
96+
.font(Constants.bannerSubtitleFont)
9797
.lineSpacing(Constants.bannerTextSpacing)
9898
.accessibilityElement(children: .combine)
9999
}

0 commit comments

Comments
 (0)