marinofaggiana 5 năm trước cách đây
mục cha
commit
361cd6e0c9

+ 1 - 0
iOSClient/Main/NCMasterNavigationController.swift

@@ -38,6 +38,7 @@ class NCMasterNavigationController: UINavigationController {
     @objc func changeTheming() {
     @objc func changeTheming() {
         navigationBar.barTintColor = NCBrandColor.sharedInstance.brand
         navigationBar.barTintColor = NCBrandColor.sharedInstance.brand
         navigationBar.tintColor = NCBrandColor.sharedInstance.brandText
         navigationBar.tintColor = NCBrandColor.sharedInstance.brandText
+        navigationBar.titleTextAttributes = [NSAttributedString.Key.foregroundColor:NCBrandColor.sharedInstance.brandText]
     }
     }
 }
 }