Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Share
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-06-17 17:41:44 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-06-17 17:41:44 +0300
commit7d749d4cd5700b7a1da70be13c4d3cf73b2afd04 (patch)
treeb4380d1c9cb9eaa082c45f8fc4e3422369bcd0b8 /Share
parentb8d1a0003af915632f82dff7784c21994593de9c (diff)
coding
Diffstat (limited to 'Share')
-rw-r--r--Share/NCSelectDestination.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Share/NCSelectDestination.m b/Share/NCSelectDestination.m
index 63b21f578..67faef980 100644
--- a/Share/NCSelectDestination.m
+++ b/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;