Updating the font style for nav bar title
This commit is contained in:
parent
4e958ca0a9
commit
8ec7669bba
@ -66,7 +66,7 @@ public extension UINavigationController {
|
||||
/// Convenience function for setting the navigation bar ui
|
||||
func setNavigationBarUI(with model: NavigationItemModelProtocol) {
|
||||
let navigationBar = navigationBar
|
||||
let font = MFStyler.fontBoldBodyLarge(false)
|
||||
let font = Styler.Font.BoldTitleSmall.getFont(false)
|
||||
let backgroundColor = model.backgroundColor?.uiColor
|
||||
let tint = model.tintColor.uiColor
|
||||
navigationBar.tintColor = tint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user