mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Theme: Update navigation tint color.
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user