Skip to content

Commit cee06a2

Browse files
Merge pull request #429 from woocommerce/issue/fixing-order-note-status-color
OrderNoteTableViewCell: Restoring statusLabel Default Color
2 parents e9b32d4 + 67deacc commit cee06a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/OrderDetails/OrderNoteTableViewCell.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ private extension OrderNoteTableViewCell {
8585
///
8686
func configureLabels() {
8787
dateLabel.applyBodyStyle()
88-
statusLabel.applyBodyStyle()
8988
noteLabel.applyBodyStyle()
89+
statusLabel.applyBodyStyle()
90+
statusLabel.textColor = StyleManager.wooGreyMid
9091
}
9192

9293
/// Setup: Icon Button

0 commit comments

Comments
 (0)