Skip to content

Commit

Permalink
Uplift of #25481 (squashed) to release
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds committed Sep 9, 2024
1 parent ef7e8e1 commit d4040e8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class TabsBarViewController: UIViewController {
private lazy var plusButton: UIButton = {
let button = UIButton()
button.setImage(UIImage(braveSystemNamed: "leo.plus.add"), for: .normal)
button.imageEdgeInsets = UIEdgeInsets(top: 6, left: 10, bottom: 6, right: 10)
button.tintColor = .braveLabel
button.contentMode = .scaleAspectFit
button.addTarget(self, action: #selector(addTabPressed), for: .touchUpInside)
Expand Down

0 comments on commit d4040e8

Please sign in to comment.