Browse Source

dark mode

marinofaggiana 5 năm trước cách đây
mục cha
commit
2a3f50f54e
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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