marinofaggiana 4 年之前
父节点
当前提交
400be168d1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      iOSClient/Main/NCPickerViewController.swift

+ 2 - 2
iOSClient/Main/NCPickerViewController.swift

@@ -111,8 +111,8 @@ class customPhotoPickerViewController: TLPhotosPickerViewController {
     override func makeUI() {
         super.makeUI()
         
-        self.customNavItem.leftBarButtonItem?.tintColor = NCBrandColor.shared.brandElement
-        self.customNavItem.rightBarButtonItem?.tintColor = NCBrandColor.shared.brandElement
+        self.customNavItem.leftBarButtonItem?.tintColor = .systemBlue
+        self.customNavItem.rightBarButtonItem?.tintColor = .systemBlue
     }
 }