diff --git a/iOSClient/Main/NCPickerViewController.swift b/iOSClient/Main/NCPickerViewController.swift index db2b72b6cb..4051a33384 100644 --- a/iOSClient/Main/NCPickerViewController.swift +++ b/iOSClient/Main/NCPickerViewController.swift @@ -117,6 +117,7 @@ class customPhotoPickerViewController: TLPhotosPickerViewController { self.customNavItem.leftBarButtonItem?.tintColor = NCBrandColor.shared.customer self.customNavItem.rightBarButtonItem?.tintColor = NCBrandColor.shared.customer + self.albumPopView.tintColor = NCBrandColor.shared.customer } }