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:
@@ -99,7 +99,7 @@ final class ItemListWebsiteItem: ListViewItem, ItemListItem {
|
||||
}
|
||||
}
|
||||
|
||||
private let avatarFont = UIFont(name: ".SFCompactRounded-Semibold", size: 9.0)!
|
||||
private let avatarFont = avatarPlaceholderFont(size: 9.0)
|
||||
private let titleFont = Font.medium(15.0)
|
||||
private let textFont = Font.regular(13.0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user