change font of top navigation from 14 to 13 for new design
This commit is contained in:
parent
16f49329f7
commit
1d7fb0d219
@ -20,7 +20,7 @@ import UIKit
|
||||
navigationBar.shadowImage = UIImage()
|
||||
navigationBar.isOpaque = true
|
||||
navigationBar.tintColor = .black
|
||||
let font = MFFonts.mfFont75Bd(MFSizeObject(standardSize: 14, standardiPadPortraitSize: 16, iPadProLandscapeSize: 18)?.getValueBasedOnScreenSize() ?? 14)
|
||||
let font = MFFonts.mfFont75Bd(MFSizeObject(standardSize: 13, standardiPadPortraitSize: 16, iPadProLandscapeSize: 18)?.getValueBasedOnScreenSize() ?? 13)
|
||||
|
||||
navigationBar.titleTextAttributes = [NSAttributedString.Key.font: font];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user