diff --git a/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift b/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift index 4c70ed44a4..1da76de05d 100644 --- a/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift +++ b/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift @@ -6120,7 +6120,7 @@ public final class StoryItemSetContainerComponent: Component { if case .file = component.slice.item.storyItem.media { items.append(.action(ContextMenuActionItem(text: component.strings.Story_Context_EditCover, icon: { theme in - return generateTintedImage(image: UIImage(bundleImageName: "Chat/Context Menu/Edit"), color: theme.contextMenu.primaryColor) + return generateTintedImage(image: UIImage(bundleImageName: "Stories/Context Menu/EditCover"), color: theme.contextMenu.primaryColor) }, action: { [weak self] _, a in a(.default) @@ -6318,7 +6318,7 @@ public final class StoryItemSetContainerComponent: Component { if case .file = component.slice.item.storyItem.media { items.append(.action(ContextMenuActionItem(text: component.strings.Story_Context_EditCover, icon: { theme in - return generateTintedImage(image: UIImage(bundleImageName: "Chat/Context Menu/Edit"), color: theme.contextMenu.primaryColor) + return generateTintedImage(image: UIImage(bundleImageName: "Stories/Context Menu/EditCover"), color: theme.contextMenu.primaryColor) }, action: { [weak self] _, a in a(.default) diff --git a/submodules/TelegramUI/Images.xcassets/Stories/Context Menu/EditCover.imageset/Contents.json b/submodules/TelegramUI/Images.xcassets/Stories/Context Menu/EditCover.imageset/Contents.json new file mode 100644 index 0000000000..b6215a7a9d --- /dev/null +++ b/submodules/TelegramUI/Images.xcassets/Stories/Context Menu/EditCover.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "storycover_24.pdf", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/submodules/TelegramUI/Images.xcassets/Stories/Context Menu/EditCover.imageset/storycover_24.pdf b/submodules/TelegramUI/Images.xcassets/Stories/Context Menu/EditCover.imageset/storycover_24.pdf new file mode 100644 index 0000000000..cef5ed510f Binary files /dev/null and b/submodules/TelegramUI/Images.xcassets/Stories/Context Menu/EditCover.imageset/storycover_24.pdf differ