Bug 1840210 - Rename mozac_ic_quit to mozac_ic_cross_circle_24

fenix/117.0
Gabriel Luong 11 months ago committed by mergify[bot]
parent 297fed67ab
commit ee2d1487e9

@ -354,7 +354,7 @@ open class DefaultToolbarMenu(
private val deleteDataOnQuit = BrowserMenuImageText(
label = context.getString(R.string.delete_browsing_data_on_quit_action),
imageResource = R.drawable.mozac_ic_quit,
imageResource = R.drawable.mozac_ic_cross_circle_24,
iconTintColorResource = primaryTextColor(),
) {
onItemTapped.invoke(ToolbarMenu.Item.Quit)

@ -91,7 +91,7 @@ class HomeMenu(
private val quitItem by lazy {
BrowserMenuImageText(
context.getString(R.string.delete_browsing_data_on_quit_action),
R.drawable.mozac_ic_quit,
R.drawable.mozac_ic_cross_circle_24,
primaryTextColor,
) {
onItemTapped.invoke(Item.Quit)

Loading…
Cancel
Save