Skip to content

Commit 56f5d2b

Browse files
committed
Update navigation bar loading color
1 parent c3665ef commit 56f5d2b

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 .gray(.shade60)
270270
} else {
271271
return .white
272272
}

0 commit comments

Comments
 (0)