瀏覽代碼

dark mode

marinofaggiana 5 年之前
父節點
當前提交
2a3f50f54e
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      iOSClient/ScanDocument/ScanCollectionView.swift

+ 3 - 3
iOSClient/ScanDocument/ScanCollectionView.swift

@@ -110,10 +110,10 @@ class DragDropViewController: UIViewController {
     }
     
     @objc func changeTheming() {
-        appDelegate.changeTheming(self, tableView: nil, collectionView: nil, form: false)
+        appDelegate.changeTheming(self, tableView: nil, collectionView: nil, form: true)
         
-        collectionViewSource.backgroundColor = NCBrandColor.sharedInstance.backgroundView
-        collectionViewDestination.backgroundColor = NCBrandColor.sharedInstance.backgroundView
+        collectionViewSource.backgroundColor = NCBrandColor.sharedInstance.backgroundForm
+        collectionViewDestination.backgroundColor = NCBrandColor.sharedInstance.backgroundForm
     }
     
     //MARK: Button Action