2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

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

This commit is contained in:
MatthewTighe 2022-03-14 09:44:10 -07:00 committed by mergify[bot]
parent 5a6afc5372
commit 5609576572

View File

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