Skip to content

Commit e12c4cc

Browse files
committed
Update first row to have bold content
1 parent 876ef5d commit e12c4cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WooCommerce/Classes/ViewRelated/Orders/Simple Payments/SimplePaymentsSummary.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ struct SimplePaymentsSummary: View {
1919
.background(Color(.listBackground))
2020

2121
Text(Localization.customAmount)
22+
.headlineStyle()
2223

2324
// Temporary data
2425
Text("$40.00")
26+
.headlineStyle()
2527
.frame(maxWidth: .infinity, alignment: .trailing)
2628
}
2729
.bodyStyle()

0 commit comments

Comments
 (0)