mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix serif-font bug and round font in avatar placeholders
This commit is contained in:
@@ -13,7 +13,7 @@ import LegacyComponents
|
||||
import ContextUI
|
||||
import LocalizedPeerData
|
||||
|
||||
private let avatarFont = UIFont(name: ".SFCompactRounded-Semibold", size: 24.0)!
|
||||
private let avatarFont = avatarPlaceholderFont(size: 24.0)
|
||||
private let textFont = Font.regular(11.0)
|
||||
|
||||
public final class SelectablePeerNodeTheme {
|
||||
|
||||
Reference in New Issue
Block a user