[fenix] no issue: update layer3 dark pallete color to match token

pull/600/head
MatthewTighe 3 years ago committed by mergify[bot]
parent 5a6afc5372
commit 5609576572

@ -45,7 +45,7 @@ object FirefoxTheme {
private val darkColorPalette = FirefoxColors( private val darkColorPalette = FirefoxColors(
layer1 = PhotonColors.DarkGrey60, layer1 = PhotonColors.DarkGrey60,
layer2 = PhotonColors.DarkGrey30, layer2 = PhotonColors.DarkGrey30,
layer3 = PhotonColors.DarkGrey30, layer3 = PhotonColors.DarkGrey80,
layerAccent = PhotonColors.Violet40, layerAccent = PhotonColors.Violet40,
layerAccentNonOpaque = PhotonColors.Violet50A32, layerAccentNonOpaque = PhotonColors.Violet50A32,
layerAccentOpaque = Color(0xFF423262), layerAccentOpaque = Color(0xFF423262),

Loading…
Cancel
Save