Theme: Update navigation tint color.

This commit is contained in:
SBiOSoftWhare
2020-07-10 14:33:45 +02:00
parent 541e49dad2
commit f4fea2b2a1
2 changed files with 2 additions and 2 deletions
@@ -94,7 +94,7 @@ class DefaultTheme: NSObject, Theme {
// Note: We are not using UINavigationBarAppearance on iOS 13+ atm because of UINavigationBar directly include UISearchBar on their titleView that cause crop issues with UINavigationController pop.
func applyStyle(onNavigationBar navigationBar: UINavigationBar) {
navigationBar.tintColor = self.textSecondaryColor
navigationBar.tintColor = self.tintColor
navigationBar.titleTextAttributes = [
NSAttributedString.Key.foregroundColor: self.textPrimaryColor
]