Browse Source

fix darkmode Select view

marinofaggiana 5 years ago
parent
commit
6657851024
1 changed files with 2 additions and 0 deletions
  1. 2 0
      iOSClient/Select/NCSelect.swift

+ 2 - 0
iOSClient/Select/NCSelect.swift

@@ -180,6 +180,8 @@ class NCSelect: UIViewController, UIGestureRecognizerDelegate, NCListCellDelegat
     
     @objc func changeTheming() {
         appDelegate.changeTheming(self, tableView: nil, collectionView: collectionView, form: false)
+        toolbar.barTintColor = NCBrandColor.sharedInstance.tabBar
+        toolbar.tintColor = NCBrandColor.sharedInstance.brandText
     }
     
     // MARK: DZNEmpty