Skip to content

Commit e4e03e9

Browse files
committed
Merge branch 'feat/15076-ds-page-header-all' into feat/15144-cash-receipt-style-updates
2 parents 2ccea8a + e08e36d commit e4e03e9

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
@@ -61,7 +61,7 @@ struct POSPageHeaderView<TrailingContent: View>: View {
6161
.lineLimit(1)
6262
.minimumScaleFactor(0.5)
6363
.dynamicTypeSize(...DynamicTypeSize.accessibility2)
64-
.foregroundColor(.posOnSurfaceVariantHighest)
64+
.foregroundColor(.posOnSurface)
6565
}
6666
}
6767

0 commit comments

Comments
 (0)