소스 검색

fix darkmode Select view

marinofaggiana 5 년 전
부모
커밋
6657851024
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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