marinofaggiana 4 年之前
父節點
當前提交
e9aa4671b5
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      iOSClient/Main/NCPhotosPickerViewController.swift

+ 4 - 4
iOSClient/Main/NCPhotosPickerViewController.swift

@@ -100,8 +100,8 @@ class customPhotoPickerViewController: TLPhotosPickerViewController {
     override func makeUI() {
         super.makeUI()
         
-        self.customNavItem.leftBarButtonItem?.tintColor = NCBrandColor.sharedInstance.textView
-        self.customNavItem.rightBarButtonItem?.tintColor = NCBrandColor.sharedInstance.textView
+        self.customNavItem.leftBarButtonItem?.tintColor = NCBrandColor.sharedInstance.brandText
+        self.customNavItem.rightBarButtonItem?.tintColor = NCBrandColor.sharedInstance.brandText
         
         self.titleLabel.textColor = NCBrandColor.sharedInstance.icon
         self.subTitleLabel.textColor = NCBrandColor.sharedInstance.graySoft
@@ -112,7 +112,7 @@ class customPhotoPickerViewController: TLPhotosPickerViewController {
         if CCUtility.getDarkMode() {
             self.navigationBar.barStyle = .black
         }
-        self.titleLabel.textColor = NCBrandColor.sharedInstance.textView
-        self.subTitleLabel.textColor = NCBrandColor.sharedInstance.textView
+        self.titleLabel.textColor = NCBrandColor.sharedInstance.brandText
+        self.subTitleLabel.textColor = NCBrandColor.sharedInstance.brandText
     }
 }