[fenix] For https://github.com/mozilla-mobile/fenix/issues/27734: Make tab tray overflow menu background layer2

This matches with the toolbar overflow menu.
pull/600/head
Alexander Gramiak 2 years ago committed by mergify[bot]
parent 1005afcc9b
commit f765d77f71

@ -18,7 +18,7 @@ fun BrowserMenu.showWithTheme(view: View) {
(popupMenu.contentView as? CardView)?.setCardBackgroundColor( (popupMenu.contentView as? CardView)?.setCardBackgroundColor(
ContextCompat.getColor( ContextCompat.getColor(
view.context, view.context,
R.color.fx_mobile_layer_color_1, R.color.fx_mobile_layer_color_2,
), ),
) )
} }

Loading…
Cancel
Save