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 cf02b79 commit 614e623Copy full SHA for 614e623
WooCommerce/Classes/POS/Presentation/CartView.swift
@@ -27,7 +27,7 @@ struct CartView: View {
27
HStack {
28
Text(Localization.cartTitle)
29
.font(Constants.primaryFont)
30
- .foregroundColor(posModel.cart.isEmpty ? .posSecondaryText : .posOnSurface)
+ .foregroundColor(.posOnSurface)
31
.accessibilityAddTraits(.isHeader)
32
33
Spacer()
0 commit comments