marinofaggiana 3 anos atrás
pai
commit
400be168d1
1 arquivos alterados com 2 adições e 2 exclusões
  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
     }
 }