Make reader button bigger so that it can be tapped easier

This commit is contained in:
Maurice Parker
2019-09-27 13:07:33 -05:00
parent c4d7baaeb8
commit 67e6408da0

View File

@@ -18,7 +18,7 @@ enum ArticleExtractorButtonState {
class ArticleExtractorButton: UIButton {
init() {
super.init(frame: .zero)
super.init(frame: CGRect(x: 0, y: 0, width: 44, height: 44))
setImage(AppAssets.articleExtractorOff, for: .normal)
}