[fenix] For https://github.com/mozilla-mobile/fenix/issues/23245 - Replace @color/above_private_theme with @color/fx_mobile_private_layer_color_1

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent 41b8d51db1
commit 3ea1fe49d3

@ -102,7 +102,7 @@
<!-- Layers -->
<!-- Default Background, Search Background, Menu Background, App Bar Top, App Bar Bottom, Dialogs -->
<color name="fx_mobile_private_layer_color_1" tools:ignore="UnusedResources">@color/photonInk50</color>
<color name="fx_mobile_private_layer_color_1">@color/photonInk50</color>
<!-- Action -->
<!-- Primary Button -->
@ -148,7 +148,6 @@
<color name="caption_text_private_theme">@color/photonLightGrey70</color>
<color name="foundation_private_theme">#261E4B</color>
<color name="inset_private_theme">@color/photonInk50</color>
<color name="above_private_theme">@color/photonInk50</color>
<color name="accent_private_theme">@color/photonViolet50</color>
<color name="accent_bright_private_theme">@color/photonViolet70</color>
<color name="accent_high_contrast_private_theme">#AA71FF</color>

@ -235,7 +235,7 @@
<item name="accentBright">@color/accent_bright_private_theme</item>
<item name="accentHighContrast">@color/accent_high_contrast_private_theme</item>
<item name="foundation">@color/foundation_private_theme</item>
<item name="above">@color/above_private_theme</item>
<item name="above">@color/fx_mobile_private_layer_color_1</item>
<item name="inset">@color/inset_private_theme</item>
<item name="tabRing">@color/tab_ring_private_theme</item>
<item name="neutral">@color/neutral_private_theme</item>
@ -288,7 +288,7 @@
<item name="bottomBarBackground">@drawable/private_home_bottom_bar_background_gradient</item>
<item name="bottomBarBackgroundTop">@drawable/private_home_bottom_bar_background_gradient_top</item>
<item name="privateBrowsingButtonBackground">@color/fx_mobile_private_text_color_primary</item>
<item name="privateBrowsingButtonAccent">@color/above_private_theme</item>
<item name="privateBrowsingButtonAccent">@color/fx_mobile_private_layer_color_1</item>
</style>
<style name="Mozac.Browser.Menu" parent="" tools:ignore="UnusedResources">

Loading…
Cancel
Save