Fix navigation bar title appearance in various places

This commit is contained in:
Ilya Laktyushin
2021-04-28 14:55:34 +04:00
parent f622f7668e
commit 532490d2ac
13 changed files with 83 additions and 80 deletions

View File

@@ -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 {