marinofaggiana преди 5 години
родител
ревизия
2e458551e2
променени са 1 файла, в които са добавени 5 реда и са изтрити 3 реда
  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?) {