Skip to content

Commit 67deacc

Browse files
committed
OrderNoteTableViewCell: Restoring statusLabel Default Color
1 parent ca81b2d commit 67deacc

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)