Marino Faggiana преди 7 години
родител
ревизия
0f2de8b296
променени са 4 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      iOSClient/Share/CCShareInfoCMOC.m
  2. 1 1
      iOSClient/Share/CCShareOC.m
  3. 1 1
      iOSClient/Share/CCSharePermissionOC.m
  4. 1 1
      iOSClient/Share/CCShareUserOC.m

+ 1 - 1
iOSClient/Share/CCShareInfoCMOC.m

@@ -120,7 +120,7 @@ const PERMISSION_ALL = 31;
     self.view.backgroundColor = [NCBrandColor sharedInstance].backgroundView;
     
     [self.endButton setTitle:NSLocalizedString(@"_done_", nil) forState:UIControlStateNormal];
-    self.endButton.tintColor = [NCBrandColor sharedInstance].brandText;
+    self.endButton.tintColor = [UIColor blackColor];
     
     self.tableView.backgroundColor = [NCBrandColor sharedInstance].backgroundView;
     

+ 1 - 1
iOSClient/Share/CCShareOC.m

@@ -120,7 +120,7 @@
     self.view.backgroundColor = [NCBrandColor sharedInstance].backgroundView;
     
     [self.endButton setTitle:NSLocalizedString(@"_done_", nil) forState:UIControlStateNormal];
-    self.endButton.tintColor = [NCBrandColor sharedInstance].brandText;
+    self.endButton.tintColor = [UIColor blackColor];
     
     [self reloadData];
     

+ 1 - 1
iOSClient/Share/CCSharePermissionOC.m

@@ -151,7 +151,7 @@
     self.view.backgroundColor = [NCBrandColor sharedInstance].backgroundView;
     
     [self.endButton setTitle:NSLocalizedString(@"_done_", nil) forState:UIControlStateNormal];
-    self.endButton.tintColor = [NCBrandColor sharedInstance].brandText;
+    self.endButton.tintColor = [UIColor blackColor];
     
     self.tableView.backgroundColor = [NCBrandColor sharedInstance].backgroundView;
     

+ 1 - 1
iOSClient/Share/CCShareUserOC.m

@@ -103,7 +103,7 @@
     self.view.backgroundColor = [NCBrandColor sharedInstance].backgroundView;
     
     [self.endButton setTitle:NSLocalizedString(@"_done_", nil) forState:UIControlStateNormal];
-    self.endButton.tintColor = [NCBrandColor sharedInstance].brandText;
+    self.endButton.tintColor = [UIColor blackColor];
     
     self.tableView.backgroundColor = [NCBrandColor sharedInstance].backgroundView;
 }