Skip to content

Commit e9ff094

Browse files
committed
Use the Woo blue color instead of the native blue.
1 parent b916c02 commit e9ff094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Products/View Models/ProductsTabProductViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ private extension ProductStatus {
55
var descriptionColor: UIColor {
66
switch self {
77
case .draft:
8-
return .blue
8+
return .wooBlue
99
case .pending:
1010
return .orange
1111
default:

0 commit comments

Comments
 (0)