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 f54515d + 92bf1f7 commit e9b8543Copy full SHA for e9b8543
WooCommerce/Classes/POS/Presentation/Item Selector/ParentProductCardView.swift
@@ -40,6 +40,12 @@ struct ParentProductCardView: View {
40
.padding(.horizontal, Constants.horizontalTextPadding * (1 / scale))
41
.padding(.vertical, Constants.verticalTextPadding * (1 / scale))
42
Spacer()
43
+
44
+ Image(systemName: "chevron.forward")
45
+ .accessibilityHidden(true)
46
+ .font(.posButtonSymbolSmall)
47
+ .foregroundStyle(Color.posOnSurfaceVariantLowest)
48
+ .padding(.horizontal, POSPadding.medium * (1 / scale))
49
}
50
.frame(maxWidth: .infinity, idealHeight: dynamicTypeSize.isAccessibilitySize ? nil : dimension)
51
.background(Constants.backgroundColor)
0 commit comments