[fenix] For https://github.com/mozilla-mobile/fenix/issues/23374 - Add Dialog and Banner to Layer 2 description

pull/600/head
Gabriel Luong 2 years ago committed by mergify[bot]
parent b4b37299ef
commit 9397c4fd3f

@ -205,7 +205,7 @@ class FirefoxColors(
// Default Screen, Search, Frontlayer background
var layer1 by mutableStateOf(layer1)
private set
// Card background, Menu background
// Card background, Menu background, Dialog, Banner
var layer2 by mutableStateOf(layer2)
private set
// App Bar Top, App Bar Bottom, Frontlayer header

@ -8,7 +8,7 @@
<!-- Layers -->
<!-- Default Screen, Search, Frontlayer background -->
<color name="fx_mobile_layer_color_1">@color/photonDarkGrey80</color>
<!-- Card background, Menu background -->
<!-- Card background, Menu background, Dialog, Banner -->
<color name="fx_mobile_layer_color_2">@color/photonDarkGrey50</color>
<!-- App Bar Top, App Bar Bottom, Frontlayer header -->
<color name="fx_mobile_layer_color_3" tools:ignore="UnusedResources">@color/photonDarkGrey60</color>

@ -8,7 +8,7 @@
<!-- Layers -->
<!-- Default Screen, Search, Frontlayer background -->
<color name="fx_mobile_layer_color_1">@color/photonLightGrey20</color>
<!-- Card background, Menu background -->
<!-- Card background, Menu background, Dialog, Banner -->
<color name="fx_mobile_layer_color_2">@color/photonWhite</color>
<!-- App Bar Top, App Bar Bottom, Frontlayer header -->
<color name="fx_mobile_layer_color_3" tools:ignore="UnusedResources">@color/photonLightGrey10</color>

Loading…
Cancel
Save