[fenix] For https://github.com/mozilla-mobile/fenix/issues/23761 - Update Action Secondary light theme to LightGrey30

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent 9e9309dd2e
commit c9a96b23ba

@ -111,7 +111,7 @@ private val lightColorPalette = FirefoxColors(
gradientStart = PhotonColors.Violet70, gradientStart = PhotonColors.Violet70,
gradientEnd = PhotonColors.Violet40, gradientEnd = PhotonColors.Violet40,
actionPrimary = PhotonColors.Ink20, actionPrimary = PhotonColors.Ink20,
actionSecondary = PhotonColors.LightGrey40, actionSecondary = PhotonColors.LightGrey30,
actionTertiary = PhotonColors.LightGrey40, actionTertiary = PhotonColors.LightGrey40,
actionQuarternary = PhotonColors.LightGrey10, actionQuarternary = PhotonColors.LightGrey10,
formDefault = PhotonColors.DarkGrey90, formDefault = PhotonColors.DarkGrey90,

@ -28,7 +28,7 @@
<!-- Primary button, Snackbar, Floating action button, Chip selected --> <!-- Primary button, Snackbar, Floating action button, Chip selected -->
<color name="fx_mobile_action_color_primary">@color/photonInk20</color> <color name="fx_mobile_action_color_primary">@color/photonInk20</color>
<!-- Secondary button --> <!-- Secondary button -->
<color name="fx_mobile_action_color_secondary" tools:ignore="UnusedResources">@color/photonLightGrey40</color> <color name="fx_mobile_action_color_secondary" tools:ignore="UnusedResources">@color/photonLightGrey30</color>
<!-- Filter --> <!-- Filter -->
<color name="fx_mobile_action_color_tertiary" tools:ignore="UnusedResources">@color/photonLightGrey40</color> <color name="fx_mobile_action_color_tertiary" tools:ignore="UnusedResources">@color/photonLightGrey40</color>
<!-- Chip --> <!-- Chip -->

Loading…
Cancel
Save