mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix navigation bar title appearance in various places
This commit is contained in:
@@ -12,7 +12,7 @@ final class WebSearchBadgeNode: ASDisplayNode {
|
||||
private let textNode: ASTextNode
|
||||
private let backgroundNode: ASImageNode
|
||||
|
||||
private let font: UIFont = Font.with(size: 17.0, design: .round, traits: [.bold])
|
||||
private let font: UIFont = Font.with(size: 17.0, design: .round, weight: .bold)
|
||||
|
||||
var text: String = "" {
|
||||
didSet {
|
||||
|
||||
Reference in New Issue
Block a user