Fix action sheet Cancel button font

This commit is contained in:
Ilya Laktyushin
2019-11-22 19:59:25 +04:00
parent 4ffb3bc52b
commit 1f9cbcd537
30 changed files with 74 additions and 74 deletions

View File

@@ -223,7 +223,7 @@ final class StickerPackPreviewControllerNode: ViewControllerTracingNode, UIScrol
}
return true
}))
menuItems.append(PeekControllerMenuItem(title: strongSelf.presentationData.strings.Common_Cancel, color: .accent, action: { _, _ in return true }))
menuItems.append(PeekControllerMenuItem(title: strongSelf.presentationData.strings.Common_Cancel, color: .accent, font: .bold, action: { _, _ in return true }))
}
return (itemNode, StickerPreviewPeekContent(account: strongSelf.context.account, item: .pack(item), menu: menuItems))
} else {