Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Update tab counter menu icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Amejia481 authored and mergify[bot] committed May 18, 2021
1 parent 17f52b1 commit 0eb4122
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ open class TabCounterMenu(
text = context.getString(R.string.mozac_browser_menu_new_tab),
start = DrawableMenuIcon(
context,
R.drawable.mozac_ui_tabcounter_ic_new,
R.drawable.mozac_ic_new,
tint = iconColor ?: getColor(context, R.color.mozac_ui_tabcounter_default_text)
),
textStyle = TextStyle()
Expand All @@ -65,7 +65,7 @@ open class TabCounterMenu(
text = context.getString(R.string.mozac_browser_menu_new_private_tab),
start = DrawableMenuIcon(
context,
R.drawable.mozac_ui_tabcounter_ic_private_browsing,
R.drawable.mozac_ic_private_browsing,
tint = iconColor ?: getColor(context, R.color.mozac_ui_tabcounter_default_text)
),
textStyle = TextStyle()
Expand All @@ -77,7 +77,7 @@ open class TabCounterMenu(
text = context.getString(R.string.mozac_close_tab),
start = DrawableMenuIcon(
context,
R.drawable.mozac_ui_tabcounter_ic_close,
R.drawable.mozac_ic_close,
tint = iconColor ?: getColor(context, R.color.mozac_ui_tabcounter_default_text)
),
textStyle = TextStyle()
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 0eb4122

Please sign in to comment.