Skip to content

Commit 92bf1f7

Browse files
committed
Show chevrons for variable parent products
1 parent f006b2f commit 92bf1f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

WooCommerce/Classes/POS/Presentation/Item Selector/ParentProductCardView.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ struct ParentProductCardView: View {
4040
.padding(.horizontal, Constants.horizontalTextPadding * (1 / scale))
4141
.padding(.vertical, Constants.verticalTextPadding * (1 / scale))
4242
Spacer()
43+
44+
Image(systemName: "chevron.forward")
45+
.accessibilityHidden(true)
46+
.font(.posButtonSymbolSmall)
47+
.foregroundStyle(Color.posOnSurfaceVariantLowest)
48+
.padding(.horizontal, POSPadding.medium * (1 / scale))
4349
}
4450
.frame(maxWidth: .infinity, idealHeight: dynamicTypeSize.isAccessibilitySize ? nil : dimension)
4551
.background(Constants.backgroundColor)

0 commit comments

Comments
 (0)