marinofaggiana 4 years ago
parent
commit
b7b47bf364
1 changed files with 3 additions and 8 deletions
  1. 3 8
      iOSClient/Main/NCPhotosPickerViewController.swift

+ 3 - 8
iOSClient/Main/NCPhotosPickerViewController.swift

@@ -103,16 +103,11 @@ class customPhotoPickerViewController: TLPhotosPickerViewController {
         self.customNavItem.leftBarButtonItem?.tintColor = NCBrandColor.sharedInstance.brand
         self.customNavItem.rightBarButtonItem?.tintColor = NCBrandColor.sharedInstance.brand
         
-        self.titleLabel.textColor = NCBrandColor.sharedInstance.icon
-        self.subTitleLabel.textColor = NCBrandColor.sharedInstance.graySoft
-        self.subTitleArrowImageView.image = CCGraphics.changeThemingColorImage(self.subTitleArrowImageView.image, multiplier: 1, color: NCBrandColor.sharedInstance.graySoft)
+        self.titleLabel.textColor = NCBrandColor.sharedInstance.brand
+        self.subTitleLabel.textColor = NCBrandColor.sharedInstance.brand
         
-        self.collectionView.backgroundColor = NCBrandColor.sharedInstance.backgroundView
-        self.view.backgroundColor = NCBrandColor.sharedInstance.backgroundView
-        if CCUtility.getDarkMode() {
-            self.navigationBar.barStyle = .black
-        }
         self.titleLabel.textColor = NCBrandColor.sharedInstance.brand
         self.subTitleLabel.textColor = NCBrandColor.sharedInstance.brand
+        self.subTitleArrowImageView.image = CCGraphics.changeThemingColorImage(self.subTitleArrowImageView.image, width: 100, height: 100, color: NCBrandColor.sharedInstance.brand)
     }
 }