mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/749: Adds coloring to destructive history option
This commit is contained in:
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…
Reference in New Issue
Block a user