Skip to content

Commit b5aa7a8

Browse files
authored
Merge pull request #3896 from woocommerce/issue/3803-update-loading-collors
Large Titles: Update navigation bar loading color
2 parents b12e18c + a78e19d commit b5aa7a8

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 .accent
269+
return .systemGray
270270
} else {
271271
return .white
272272
}

0 commit comments

Comments
 (0)