Make reader button bigger so that it can be tapped easier
This commit is contained in:
parent
c4d7baaeb8
commit
67e6408da0
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue