marinofaggiana 5 년 전
부모
커밋
370c3a008c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Main/NCDetailNavigationController.swift

+ 1 - 1
iOSClient/Main/NCDetailNavigationController.swift

@@ -109,7 +109,7 @@ class NCDetailNavigationController: UINavigationController {
         progressView = UIProgressView.init(progressViewStyle: .bar)
         progressView!.frame = CGRect(x: 0, y: navigationBar.frame.height-progressHeight, width: navigationBar.frame.width, height: progressHeight)
         progressView!.setProgress(0, animated: false)
-        progressView!.tintColor = NCBrandColor.sharedInstance.graySoft
+        progressView!.tintColor = NCBrandColor.sharedInstance.icon
         progressView!.trackTintColor = .clear
         navigationBar.addSubview(progressView!)