mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various Improvements
This commit is contained in:
@@ -363,7 +363,7 @@ private final class ThemeCarouselThemeItemIconNode : ListViewItemNode {
|
||||
var string: String?
|
||||
if let _ = item.themeReference.emoticon {
|
||||
} else {
|
||||
string = "⚙️"
|
||||
string = "🎨"
|
||||
}
|
||||
|
||||
let emojiTitle = NSAttributedString(string: string ?? "", font: Font.regular(20.0), textColor: .black)
|
||||
|
||||
Reference in New Issue
Block a user