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