[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/749: Adds coloring to destructive history option

pull/600/head
Sawyer Blatz 6 years ago committed by Jeff Boek
parent ade773f5d3
commit d3299beb5a

@ -22,7 +22,8 @@ class HistoryItemMenu(
private val menuItems by lazy {
listOf(
SimpleBrowserMenuItem(
context.getString(R.string.history_delete_item)
context.getString(R.string.history_delete_item),
R.color.photonRed60
) {
onItemTapped.invoke(Item.Delete)
}

Loading…
Cancel
Save