marinofaggiana 4 년 전
부모
커밋
10b40f408e
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  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()
     }