소스 검색

Theming 2.0

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