Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
[fenix] For mozilla-mobile/fenix#27734: Make tab tray overflow menu b…
Browse files Browse the repository at this point in the history
…ackground layer2

This matches with the toolbar overflow menu.
  • Loading branch information
fice-t authored and mergify[bot] committed Nov 9, 2022
1 parent f2c39d3 commit 5bc980f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fun BrowserMenu.showWithTheme(view: View) {
(popupMenu.contentView as? CardView)?.setCardBackgroundColor(
ContextCompat.getColor(
view.context,
R.color.fx_mobile_layer_color_1,
R.color.fx_mobile_layer_color_2,
),
)
}
Expand Down

0 comments on commit 5bc980f

Please sign in to comment.