marinofaggiana 4 年之前
父節點
當前提交
7d749d4cd5
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Share/NCSelectDestination.m
  2. 1 1
      iOSClient/Utility/NCUtility.swift

+ 1 - 1
Share/NCSelectDestination.m

@@ -102,7 +102,7 @@
 {
     [super viewWillAppear:animated];
     
-    self.navigationController.navigationBar.barTintColor = NCBrandColor.sharedInstance.brand;
+    self.navigationController.navigationBar.barTintColor = NCBrandColor.sharedInstance.brandElement;
     self.navigationController.navigationBar.tintColor = NCBrandColor.sharedInstance.brandText;
     
     self.navigationController.toolbar.barTintColor = NCBrandColor.sharedInstance.tabBar;

+ 1 - 1
iOSClient/Utility/NCUtility.swift

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