Closes #749: Adds coloring to destructive history option

nightly-build-test
Sawyer Blatz 5 years ago committed by Jeff Boek
parent 725074ec16
commit d1219a26f5

@ -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