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 2bf41d4 commit 8852898Copy full SHA for 8852898
WooCommerce/Classes/POS/Presentation/Reusable Views/POSPageHeaderView.swift
@@ -48,7 +48,7 @@ struct POSPageHeaderView<TrailingContent: View>: View {
48
49
VStack(alignment: .leading, spacing: Constants.titleSubtitleSpacing) {
50
Text(title)
51
- .font(.posHeading)
+ .font(.posHeadingBold)
52
.lineLimit(1)
53
.minimumScaleFactor(0.5)
54
.dynamicTypeSize(...DynamicTypeSize.accessibility2)
0 commit comments