marinofaggiana 3 years ago
parent
commit
400be168d1
1 changed files with 2 additions and 2 deletions
  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
     }
 }