Update icon

This commit is contained in:
Ali
2023-11-09 21:22:22 +04:00
parent 57e0533a8a
commit 48d1a9fba9
3 changed files with 148 additions and 1 deletions

View File

@@ -362,7 +362,7 @@ final class EntityKeyboardIconTopPanelComponent: Component {
case .saved:
image = UIImage(bundleImageName: "Chat/Input/Media/PanelSavedIcon")
case .liked:
image = UIImage(bundleImageName: "Chat/Input/Media/PanelTrendingIcon")
image = UIImage(bundleImageName: "Chat/Input/Media/PanelHeartIcon")?.withRenderingMode(.alwaysTemplate)
case .premium:
image = generateImage(CGSize(width: 44.0, height: 44.0), contextGenerator: { size, context in
context.clear(CGRect(origin: CGPoint(), size: size))