[fenix] For https://github.com/mozilla-mobile/fenix/issues/23049 - Update the colors of @color/fx_mobile_action_color_primary

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent 1c0b502f97
commit 33c8f813a8

@ -51,7 +51,7 @@ private val darkColorPalette = FirefoxColors(
scrimAccentEnd = PhotonColors.DarkGrey90A96,
gradientStart = PhotonColors.Violet70,
gradientEnd = PhotonColors.Violet40,
actionPrimary = PhotonColors.Violet60,
actionPrimary = PhotonColors.Violet70,
actionSecondary = PhotonColors.DarkGrey50,
formDefault = PhotonColors.LightGrey05,
formSelected = PhotonColors.Violet40,
@ -99,7 +99,7 @@ private val lightColorPalette = FirefoxColors(
scrimAccentEnd = PhotonColors.DarkGrey30A96,
gradientStart = PhotonColors.Violet70,
gradientEnd = PhotonColors.Violet40,
actionPrimary = PhotonColors.Violet90,
actionPrimary = PhotonColors.Ink20,
actionSecondary = PhotonColors.LightGrey40,
formDefault = PhotonColors.DarkGrey90,
formSelected = PhotonColors.Violet90,

@ -26,7 +26,7 @@
<!-- Action -->
<!-- Primary button, Snackbar, Floating action button, Controls -->
<color name="fx_mobile_action_color_primary" tools:ignore="UnusedResources">@color/photonViolet60</color>
<color name="fx_mobile_action_color_primary" tools:ignore="UnusedResources">@color/photonViolet70</color>
<!-- Secondary button, Chip -->
<color name="fx_mobile_action_color_secondary" tools:ignore="UnusedResources">@color/photonDarkGrey50</color>
<!-- Checkbox default, Radio button default -->

@ -26,7 +26,7 @@
<!-- Action -->
<!-- Primary button, Snackbar, Floating action button, Controls -->
<color name="fx_mobile_action_color_primary" tools:ignore="UnusedResources">@color/photonViolet90</color>
<color name="fx_mobile_action_color_primary" tools:ignore="UnusedResources">@color/photonInk20</color>
<!-- Secondary button, Chip -->
<color name="fx_mobile_action_color_secondary" tools:ignore="UnusedResources">@color/photonLightGrey40</color>
<!-- Checkbox default, Radio button default -->

Loading…
Cancel
Save