Bug 1871093 - Review checker change info card button color

This patch aims to increase accessibility of the review checker
feature by increasing the contrast of the info card button.
fenix/124.1.0
DreVla 5 months ago committed by mergify[bot]
parent 93216ddbfc
commit 54c1c08010

@ -104,7 +104,7 @@ private val darkColorPalette = FirefoxColors(
layerWarning = PhotonColors.Yellow70A77,
layerConfirmation = PhotonColors.Green80,
layerError = PhotonColors.Pink80,
layerInfo = PhotonColors.Blue50A80,
layerInfo = PhotonColors.Blue50,
actionPrimary = PhotonColors.Violet60,
actionSecondary = PhotonColors.LightGrey30,
actionTertiary = PhotonColors.DarkGrey10,
@ -112,7 +112,7 @@ private val darkColorPalette = FirefoxColors(
actionWarning = PhotonColors.Yellow40A41,
actionConfirmation = PhotonColors.Green70,
actionError = PhotonColors.Pink70A69,
actionInfo = PhotonColors.Blue30,
actionInfo = PhotonColors.Blue60,
formDefault = PhotonColors.LightGrey05,
formSelected = PhotonColors.Violet40,
formSurface = PhotonColors.DarkGrey05,

Loading…
Cancel
Save