Skip to content

Commit 2a70ab2

Browse files
committed
Update corner radius for status label
1 parent 2fa7ddb commit 2a70ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/ReusableViews/TitleAndSubtitleAndStatusTableViewCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private extension TitleAndSubtitleAndStatusTableViewCell {
5656
statusLabel.applyFootnoteStyle()
5757
statusLabel.numberOfLines = 0
5858
statusLabel.textColor = .black // constant because there will always background color on the label
59-
statusLabel.layer.cornerRadius = 2.0
59+
statusLabel.layer.cornerRadius = CGFloat(4.0)
6060
statusLabel.layer.masksToBounds = true
6161
}
6262
}

0 commit comments

Comments
 (0)