Marino Faggiana 7 жил өмнө
parent
commit
0f2de8b296

+ 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;
 }