Skip to content

Commit 43891cc

Browse files
authored
[iOS] - Fix Tab-Bar plus icon not fitting (#25481)
- Remove insets on Tab-Bar plus icon
1 parent dc86e32 commit 43891cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ios/brave-ios/Sources/Brave/Frontend/Browser/Tabs/TabBar/TabsBarViewController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class TabsBarViewController: UIViewController {
2727
private lazy var plusButton: UIButton = {
2828
let button = UIButton()
2929
button.setImage(UIImage(braveSystemNamed: "leo.plus.add"), for: .normal)
30-
button.imageEdgeInsets = UIEdgeInsets(top: 6, left: 10, bottom: 6, right: 10)
3130
button.tintColor = .braveLabel
3231
button.contentMode = .scaleAspectFit
3332
button.addTarget(self, action: #selector(addTabPressed), for: .touchUpInside)

0 commit comments

Comments
 (0)