Skip to content

Commit a78e19d

Browse files
committed
Update gray color@
1 parent 56f5d2b commit a78e19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Styles/UIColor+SemanticColors.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ extension UIColor {
266266
///
267267
static var navigationBarLoadingIndicator: UIColor {
268268
if ServiceLocator.featureFlagService.isFeatureFlagEnabled(.largeTitles) {
269-
return .gray(.shade60)
269+
return .systemGray
270270
} else {
271271
return .white
272272
}

0 commit comments

Comments
 (0)