Skip to content

Commit

Permalink
15193 Set trailing internal padding on item row (#15227)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshheald authored Feb 21, 2025
2 parents d7f3b8b + 84bfd4f commit ad5525a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WooCommerce/Classes/POS/Presentation/ItemRowView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ struct ItemRowView: View {
.font(.posButtonSymbolMedium)
})
.accessibilityLabel(Localization.removeFromCartAccessibilityLabel)
.padding(.trailing, Constants.cardContentHorizontalPadding)
.foregroundColor(Color.posOnSurfaceVariantLowest)
}
}
.padding(.trailing, Constants.cardContentHorizontalPadding)
.frame(maxWidth: .infinity, idealHeight: Constants.productCardSize * scale)
.background(Color.posSurfaceContainerLowest)
.posItemCardBorderStyles()
Expand Down

0 comments on commit ad5525a

Please sign in to comment.