Skip to content

Commit 614e623

Browse files
committed
Update cart header color based on the latest design.
1 parent cf02b79 commit 614e623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/POS/Presentation/CartView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct CartView: View {
2727
HStack {
2828
Text(Localization.cartTitle)
2929
.font(Constants.primaryFont)
30-
.foregroundColor(posModel.cart.isEmpty ? .posSecondaryText : .posOnSurface)
30+
.foregroundColor(.posOnSurface)
3131
.accessibilityAddTraits(.isHeader)
3232

3333
Spacer()

0 commit comments

Comments
 (0)