Skip to content

Commit e01cff6

Browse files
committed
Product name always uses body style
1 parent e94ec2e commit e01cff6

File tree

1 file changed

+1
-0
lines changed
  • WooCommerce/Classes/ViewRelated/Orders/Order Creation/ProductsSection

1 file changed

+1
-0
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Creation/ProductsSection/ProductRow.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ struct ProductRow: View {
3030
// Product details
3131
VStack(alignment: .leading) {
3232
Text(viewModel.name)
33+
.bodyStyle()
3334
Text(viewModel.productDetailsLabel)
3435
.subheadlineStyle()
3536
Text(viewModel.skuLabel)

0 commit comments

Comments
 (0)