marinofaggiana 5 years ago
parent
commit
70ec39f234

+ 1 - 1
iOSClient/AudioRecorder/NCAudioRecorderViewController.swift

@@ -54,7 +54,7 @@ class NCAudioRecorderViewController: UIViewController , NCAudioRecorderDelegate
     override func viewWillAppear(_ animated: Bool) {
         super.viewWillAppear(animated)
         
-        contentContainerView.backgroundColor = NCBrandColor.sharedInstance.brand
+        contentContainerView.backgroundColor = UIColor.lightGray
         voiceRecordHUD.update(0.0)
         voiceRecordHUD.fillColor = UIColor.green
         durationLabel.text = ""

+ 2 - 1
iOSClient/Main/Create cloud/NCCreateFormUploadAssets.swift

@@ -92,7 +92,7 @@ class NCCreateFormUploadAssets: XLFormViewController, NCSelectDelegate, PhotoEdi
             row.action.formSelector = #selector(photoEditor(_:))
             
             row.cellConfig["imageView.image"] = self.imagePreview
-            row.cellConfig["textLabel.textColor"] = NCBrandColor.sharedInstance.brandElement
+            row.cellConfig["textLabel.textColor"] = UIColor.black
             row.cellConfig["textLabel.textAlignment"] = NSTextAlignment.right.rawValue
             row.cellConfig["textLabel.font"] = UIFont.systemFont(ofSize: 15.0)
             
@@ -111,6 +111,7 @@ class NCCreateFormUploadAssets: XLFormViewController, NCSelectDelegate, PhotoEdi
         
         row.cellConfig["textLabel.textAlignment"] = NSTextAlignment.right.rawValue
         row.cellConfig["textLabel.font"] = UIFont.systemFont(ofSize: 15.0)
+        row.cellConfig["textLabel.textColor"] = UIColor.black
         
         section.addFormRow(row)
         

+ 3 - 2
iOSClient/Main/Create cloud/NCCreateFormUploadFileText.swift

@@ -71,7 +71,8 @@ class NCCreateFormUploadFileText: XLFormViewController, NCSelectDelegate {
         
         row.cellConfig["textLabel.textAlignment"] = NSTextAlignment.right.rawValue
         row.cellConfig["textLabel.font"] = UIFont.systemFont(ofSize: 15.0)
-        
+        row.cellConfig["textLabel.color"] = UIColor.black
+
         section.addFormRow(row)
         
         // Section: File Name
@@ -87,7 +88,7 @@ class NCCreateFormUploadFileText: XLFormViewController, NCSelectDelegate {
         
         row.cellConfig["textField.textAlignment"] = NSTextAlignment.right.rawValue
         row.cellConfig["textField.font"] = UIFont.systemFont(ofSize: 15.0)
-        
+
         section.addFormRow(row)
         
         self.form = form

+ 1 - 0
iOSClient/Main/Create cloud/NCCreateFormUploadRichdocuments.swift

@@ -107,6 +107,7 @@ class NCCreateFormUploadRichdocuments: XLFormViewController, NCSelectDelegate, U
         
         row.cellConfig["textLabel.textAlignment"] = NSTextAlignment.right.rawValue
         row.cellConfig["textLabel.font"] = UIFont.systemFont(ofSize: 15.0)
+        row.cellConfig["textLabel.textColor"] = UIColor.black
         
         section.addFormRow(row)
         

+ 1 - 0
iOSClient/Main/Create cloud/NCCreateFormUploadScanDocument.swift

@@ -84,6 +84,7 @@ class NCCreateFormUploadScanDocument: XLFormViewController, NCSelectDelegate {
         
         row.cellConfig["textLabel.textAlignment"] = NSTextAlignment.right.rawValue
         row.cellConfig["textLabel.font"] = UIFont.systemFont(ofSize: 15.0)
+        row.cellConfig["textLabel.textColor"] = UIColor.black
         
         section.addFormRow(row)
         

+ 3 - 2
iOSClient/Main/Create cloud/NCCreateFormUploadVoiceNote.swift

@@ -88,7 +88,7 @@ class NCCreateFormUploadVoiceNote: XLFormViewController, NCSelectDelegate, AVAud
         buttonPlayStop.setImage(CCGraphics.changeThemingColorImage(UIImage(named: "audioPlay")!, width: 200, height: 200, color: NCBrandColor.sharedInstance.icon), for: .normal)
         
         // Progress view
-        progressView.progressTintColor = NCBrandColor.sharedInstance.brandElement
+        progressView.progressTintColor = NCBrandColor.sharedInstance.graySoft
         progressView.trackTintColor = UIColor(red: 247.0/255.0, green: 247.0/255.0, blue: 247.0/255.0, alpha: 1.0)
         progressView.progress = 0
         
@@ -122,6 +122,7 @@ class NCCreateFormUploadVoiceNote: XLFormViewController, NCSelectDelegate, AVAud
         
         row.cellConfig["textLabel.textAlignment"] = NSTextAlignment.right.rawValue
         row.cellConfig["textLabel.font"] = UIFont.systemFont(ofSize: 15.0)
+        row.cellConfig["textLabel.textColor"] = UIColor.black
         
         section.addFormRow(row)
         
@@ -178,7 +179,7 @@ class NCCreateFormUploadVoiceNote: XLFormViewController, NCSelectDelegate, AVAud
     override func tableView(_ tableView: UITableView, willDisplayHeaderView view: UIView, forSection section: Int) {
         let header: UITableViewHeaderFooterView = view as! UITableViewHeaderFooterView
         header.textLabel?.font = UIFont.systemFont(ofSize: 13.0)
-        header.textLabel?.textColor = NCBrandColor.sharedInstance.icon //UIColor.lightGray
+        header.textLabel?.textColor = NCBrandColor.sharedInstance.icon
     }
     
     // MARK: - Action

+ 1 - 1
iOSClient/Select/NCSelect.swift

@@ -134,7 +134,7 @@ class NCSelect: UIViewController, UIGestureRecognizerDelegate, NCListCellDelegat
         // Color
         appDelegate.aspectNavigationControllerBar(self.navigationController?.navigationBar, online: appDelegate.reachability.isReachable(), hidden: false)
         toolbar.barTintColor = NCBrandColor.sharedInstance.tabBar
-        toolbar.tintColor = NCBrandColor.sharedInstance.brandElement
+        toolbar.tintColor = UIColor.black
         
         self.navigationItem.title = titleCurrentFolder