mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Fix serif-font bug and round font in avatar placeholders
This commit is contained in:
@@ -4,7 +4,7 @@ import AsyncDisplayKit
|
||||
import Display
|
||||
import TelegramPresentationData
|
||||
|
||||
private let textFont: UIFont = UIFont(name: ".SFCompactRounded-Semibold", size: 13.0)!
|
||||
private let textFont = Font.with(size: 13.0, design: .round, traits: [.bold])
|
||||
|
||||
private class ChatMessageLiveLocationTimerNodeParams: NSObject {
|
||||
let backgroundColor: UIColor
|
||||
|
||||
Reference in New Issue
Block a user