Skip to content

Commit e08e36d

Browse files
committed
Update page header subtitle color.
1 parent aea0faf commit e08e36d

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)