marinofaggiana 4 years ago
parent
commit
a8f5510b97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Utility/NCUtility.swift

+ 1 - 1
iOSClient/Utility/NCUtility.swift

@@ -197,7 +197,7 @@ class NCUtility: NSObject {
     
         guard let view = view else { return }
         
-        activityIndicator.color = .gray
+        activityIndicator.color = NCBrandColor.shared.brand
         activityIndicator.hidesWhenStopped = true
             
         view.addSubview(activityIndicator)