marinofaggiana 4 rokov pred
rodič
commit
10b40f408e

+ 4 - 2
iOSClient/Main/Create cloud/NCCreateFormUploadDocuments.swift

@@ -83,9 +83,11 @@ import NCCommunication
     }
     
     @objc func changeTheming() {
-        view.backgroundColor = NCBrandColor.sharedInstance.backgroundView
-        collectionView.backgroundColor = NCBrandColor.sharedInstance.backgroundView
+        view.backgroundColor = NCBrandColor.sharedInstance.backgroundForm
+        collectionView.backgroundColor = NCBrandColor.sharedInstance.backgroundForm
+        tableView.backgroundColor = NCBrandColor.sharedInstance.backgroundForm
         collectionView.reloadData()
+        tableView.reloadData()
         initializeForm()
     }