marinofaggiana %!s(int64=4) %!d(string=hai) anos
pai
achega
a8f5510b97
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)