no message

This commit is contained in:
Ilya Laktyushin
2018-09-07 22:36:29 +03:00
parent 2e5d6896a0
commit e35508a06c
44 changed files with 1132 additions and 256 deletions

View File

@@ -505,7 +505,7 @@ final class StickerPackPreviewControllerNode: ViewControllerTracingNode, UIScrol
} else {
text = self.presentationData.strings.StickerPack_RemoveMaskCount(info.count)
}
self.installActionButtonNode.setTitle(text, with: Font.regular(20.0), with: self.presentationData.theme.actionSheet.controlAccentColor, for: .normal)
self.installActionButtonNode.setTitle(text, with: Font.regular(20.0), with: self.presentationData.theme.actionSheet.destructiveActionTextColor, for: .normal)
} else {
let text: String
if info.id.namespace == Namespaces.ItemCollection.CloudStickerPacks {