marinofaggiana 4 年之前
父节点
当前提交
848c81e308
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      iOSClient/Main/NCDetailNavigationController.swift

+ 2 - 3
iOSClient/Main/NCDetailNavigationController.swift

@@ -50,12 +50,11 @@ class NCDetailNavigationController: UINavigationController {
     }
     }
     
     
     //MARK: - NotificationCenter
     //MARK: - NotificationCenter
-    
 
 
     @objc func changeTheming() {
     @objc func changeTheming() {
-
+        navigationBar.barTintColor = NCBrandColor.sharedInstance.backgroundView
+        navigationBar.tintColor = NCBrandColor.sharedInstance.brandElement
     }
     }
-    
 
 
     //MARK: - Button
     //MARK: - Button