Skip to content

Commit 075fcb8

Browse files
committed
Make button size .bold to fit design
1 parent 944eda0 commit 075fcb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/ViewRelated/Top Banner/TopBannerView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ private extension TopBannerView {
120120

121121
zip(viewModel.actionButtons, actionButtons).forEach { buttonInfo, button in
122122
button.setTitle(buttonInfo.title, for: .normal)
123+
button.titleLabel?.font = .boldSystemFont(ofSize: titleLabel.font.pointSize)
123124
// Overrides the general .applyLinkButtonStyle() with pink color
124125
// pecCkj-fa-p2
125126
button.setTitleColor(UIColor.withColorStudio(.pink), for: .normal)

0 commit comments

Comments
 (0)