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.
2 parents d7f3b8b + 84bfd4f commit ad5525aCopy full SHA for ad5525a
WooCommerce/Classes/POS/Presentation/ItemRowView.swift
@@ -46,10 +46,10 @@ struct ItemRowView: View {
46
.font(.posButtonSymbolMedium)
47
})
48
.accessibilityLabel(Localization.removeFromCartAccessibilityLabel)
49
- .padding(.trailing, Constants.cardContentHorizontalPadding)
50
.foregroundColor(Color.posOnSurfaceVariantLowest)
51
}
52
+ .padding(.trailing, Constants.cardContentHorizontalPadding)
53
.frame(maxWidth: .infinity, idealHeight: Constants.productCardSize * scale)
54
.background(Color.posSurfaceContainerLowest)
55
.posItemCardBorderStyles()
0 commit comments