|
@@ -134,6 +134,7 @@ class DocumentPickerViewController: UIDocumentPickerExtensionViewController, CCN
|
|
|
self.navigationController?.navigationBar.barTintColor = NCBrandColor.sharedInstance.brand
|
|
|
self.navigationController?.navigationBar.tintColor = NCBrandColor.sharedInstance.navigationBarText
|
|
|
self.navigationController?.navigationBar.titleTextAttributes = [NSAttributedStringKey.foregroundColor: NCBrandColor.sharedInstance.navigationBarText]
|
|
|
+ self.navigationController?.navigationBar.isTranslucent = false
|
|
|
|
|
|
self.tableView.separatorColor = NCBrandColor.sharedInstance.seperator
|
|
|
self.tableView.tableFooterView = UIView()
|