marinofaggiana 4 years ago
parent
commit
10b40f408e
1 changed files with 4 additions and 2 deletions
  1. 4 2
      iOSClient/Main/Create cloud/NCCreateFormUploadDocuments.swift

+ 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()
     }