marinofaggiana 4 năm trước cách đây
mục cha
commit
7d749d4cd5

+ 1 - 1
Share/NCSelectDestination.m

@@ -102,7 +102,7 @@
 {
 {
     [super viewWillAppear:animated];
     [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.navigationBar.tintColor = NCBrandColor.sharedInstance.brandText;
     
     
     self.navigationController.toolbar.barTintColor = NCBrandColor.sharedInstance.tabBar;
     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 }
         guard let view = view else { return }
         
         
-        activityIndicator.color = NCBrandColor.sharedInstance.brand
+        activityIndicator.color = NCBrandColor.sharedInstance.brandElement
         activityIndicator.hidesWhenStopped = true
         activityIndicator.hidesWhenStopped = true
             
             
         view.addSubview(activityIndicator)
         view.addSubview(activityIndicator)