Skip to content

Commit a0cc10b

Browse files
committed
Update items sold header to accentuate it with a bold font
1 parent eee75f7 commit a0cc10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/MyStore/TopPerformersView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ struct TopPerformersView: View {
3232
Spacer()
3333
Text(valueTitle)
3434
}
35+
.font(.subheadline.bold())
3536
.foregroundColor(Color(.text))
36-
.subheadlineStyle()
3737
.padding(.bottom, Layout.tableSpacing)
3838

3939
// Rows

0 commit comments

Comments
 (0)