mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix serif-font bug and round font in avatar placeholders
This commit is contained in:
@@ -38,7 +38,7 @@ import PhoneNumberFormat
|
||||
|
||||
private let maximumNumberOfAccounts = 3
|
||||
|
||||
private let avatarFont = UIFont(name: ".SFCompactRounded-Semibold", size: 13.0)!
|
||||
private let avatarFont = avatarPlaceholderFont(size: 13.0)
|
||||
|
||||
private final class ContextControllerContentSourceImpl: ContextControllerContentSource {
|
||||
let controller: ViewController
|
||||
|
||||
Reference in New Issue
Block a user