marinofaggiana 5 gadi atpakaļ
vecāks
revīzija
2e458551e2
1 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  1. 5 3
      iOSClient/Main/NCPhotosPickerViewController.swift

+ 5 - 3
iOSClient/Main/NCPhotosPickerViewController.swift

@@ -85,15 +85,17 @@ class customPhotoPickerViewController: TLPhotosPickerViewController {
     override func makeUI() {
         super.makeUI()
         
+        self.view.backgroundColor = NCBrandColor.sharedInstance.brand
+
         self.navigationBar.barTintColor = NCBrandColor.sharedInstance.brand
         self.navigationBar.tintColor = NCBrandColor.sharedInstance.brandText
         
-//        self.titleLabel.textColor = NCBrandColor.sharedInstance.brandText
-//        self.subTitleLabel.textColor = NCBrandColor.sharedInstance.brandText
+        self.titleLabel.textColor = NCBrandColor.sharedInstance.brandText
+        self.subTitleLabel.textColor = NCBrandColor.sharedInstance.brandText
+        
         self.subTitleArrowImageView.image = CCGraphics.changeThemingColorImage(self.subTitleArrowImageView.image, multiplier: 1, color: NCBrandColor.sharedInstance.brandText)
         
         self.collectionView.backgroundColor = NCBrandColor.sharedInstance.backgroundView
-        self.view.backgroundColor = NCBrandColor.sharedInstance.backgroundView
     }
     
     open override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {