marinofaggiana 4 жил өмнө
parent
commit
a8f5510b97

+ 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)