Skip to content

Commit

Permalink
[iOS] - Fix Tab-Bar plus icon not fitting (uplift to 1.70.x) (#25492)
Browse files Browse the repository at this point in the history
Uplift of #25481 (squashed) to beta
  • Loading branch information
brave-builds authored Sep 10, 2024
1 parent ab3f504 commit 95a59b5
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 95a59b5

Please sign in to comment.