mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix serif-font bug and round font in avatar placeholders
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 = UIFont(name: ".SFCompactRounded-Semibold", size: 17.0)!
|
||||
private let font: UIFont = Font.with(size: 17.0, design: .round, traits: [.bold])
|
||||
|
||||
var text: String = "" {
|
||||
didSet {
|
||||
|
||||
Reference in New Issue
Block a user