Skip to content

Commit 84bfd4f

Browse files
committed
15193 Set trailing internal padding on item row
1 parent a140b84 commit 84bfd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/POS/Presentation/ItemRowView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ struct ItemRowView: View {
4646
.font(.posButtonSymbolMedium)
4747
})
4848
.accessibilityLabel(Localization.removeFromCartAccessibilityLabel)
49-
.padding(.trailing, Constants.cardContentHorizontalPadding)
5049
.foregroundColor(Color.posOnSurfaceVariantLowest)
5150
}
5251
}
52+
.padding(.trailing, Constants.cardContentHorizontalPadding)
5353
.frame(maxWidth: .infinity, idealHeight: Constants.productCardSize * scale)
5454
.background(Color.posSurfaceContainerLowest)
5555
.posItemCardBorderStyles()

0 commit comments

Comments
 (0)