marinofaggiana 5 년 전
부모
커밋
d5aa9fc228
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Main/NCDetailNavigationController.swift

+ 1 - 1
iOSClient/Main/NCDetailNavigationController.swift

@@ -37,7 +37,7 @@ class NCDetailNavigationController: UINavigationController {
     override func viewWillAppear(_ animated: Bool) {
         super.viewWillAppear(animated)
         
-        let buttonMore = UIBarButtonItem.init(image: UIImage(named: "more"), style: .plain, target: self, action: #selector(self.openMenuMore))
+        let buttonMore = UIBarButtonItem.init(image: CCGraphics.changeThemingColorImage(UIImage(named: "more"), width: 50, height: 50, color: NCBrandColor.sharedInstance.textView), style: .plain, target: self, action: #selector(self.openMenuMore))
         topViewController?.navigationItem.rightBarButtonItem = buttonMore
                
         topViewController?.navigationItem.leftBarButtonItem = nil