marinofaggiana 3 years ago
parent
commit
1c4e6dff7a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      iOSClient/Main/Create cloud/NCCreateFormUploadScanDocument.swift

+ 2 - 0
iOSClient/Main/Create cloud/NCCreateFormUploadScanDocument.swift

@@ -72,6 +72,8 @@ class NCCreateFormUploadScanDocument: XLFormViewController, NCSelectDelegate, NC
         let saveButton : UIBarButtonItem = UIBarButtonItem(title: NSLocalizedString("_save_", comment: ""), style: UIBarButtonItem.Style.plain, target: self, action: #selector(save))
         self.navigationItem.rightBarButtonItem = saveButton
         
+        NCUtility.shared.colorNavigationController(navigationController, backgroundColor: NCBrandColor.shared.systemBackground, titleColor: NCBrandColor.shared.label, tintColor: nil)
+        
         tableView.separatorStyle = UITableViewCell.SeparatorStyle.none
 
         //        self.tableView.sectionHeaderHeight = 10