marinofaggiana %!s(int64=5) %!d(string=hai) anos
pai
achega
b7b47bf364
Modificáronse 1 ficheiros con 3 adicións e 8 borrados
  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)
     }
 }