marinofaggiana %!s(int64=5) %!d(string=hai) anos
pai
achega
361cd6e0c9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      iOSClient/Main/NCMasterNavigationController.swift

+ 1 - 0
iOSClient/Main/NCMasterNavigationController.swift

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