Skip to content

Commit 8852898

Browse files
committed
Fix missing font replacement from merging trunk.
1 parent 2bf41d4 commit 8852898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/POS/Presentation/Reusable Views/POSPageHeaderView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct POSPageHeaderView<TrailingContent: View>: View {
4848

4949
VStack(alignment: .leading, spacing: Constants.titleSubtitleSpacing) {
5050
Text(title)
51-
.font(.posHeading)
51+
.font(.posHeadingBold)
5252
.lineLimit(1)
5353
.minimumScaleFactor(0.5)
5454
.dynamicTypeSize(...DynamicTypeSize.accessibility2)

0 commit comments

Comments
 (0)