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

[fenix] For https://github.com/mozilla-mobile/fenix/issues/23374 - Update Icon Disabled colors to match design system

This commit is contained in:
Gabriel Luong 2022-01-24 01:04:48 -05:00 committed by mergify[bot]
parent 655a9d724b
commit adb845d686
3 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ private val darkColorPalette = FirefoxColors(
iconPrimaryInactive = PhotonColors.LightGrey05A60, iconPrimaryInactive = PhotonColors.LightGrey05A60,
iconSecondary = PhotonColors.LightGrey40, iconSecondary = PhotonColors.LightGrey40,
iconActive = PhotonColors.Violet40, iconActive = PhotonColors.Violet40,
iconDisabled = PhotonColors.LightGrey70, iconDisabled = PhotonColors.LightGrey05A40,
iconInverted = PhotonColors.White, iconInverted = PhotonColors.White,
iconNotice = PhotonColors.Blue30, iconNotice = PhotonColors.Blue30,
iconButton = PhotonColors.LightGrey05, iconButton = PhotonColors.LightGrey05,
@ -122,7 +122,7 @@ private val lightColorPalette = FirefoxColors(
iconPrimaryInactive = PhotonColors.DarkGrey90A60, iconPrimaryInactive = PhotonColors.DarkGrey90A60,
iconSecondary = PhotonColors.DarkGrey05, iconSecondary = PhotonColors.DarkGrey05,
iconActive = PhotonColors.Ink20, iconActive = PhotonColors.Ink20,
iconDisabled = PhotonColors.LightGrey70, iconDisabled = PhotonColors.DarkGrey90A40,
iconInverted = PhotonColors.White, iconInverted = PhotonColors.White,
iconNotice = PhotonColors.Blue30, iconNotice = PhotonColors.Blue30,
iconButton = PhotonColors.Ink20, iconButton = PhotonColors.Ink20,

View File

@ -70,7 +70,7 @@
<!-- Active tab --> <!-- Active tab -->
<color name="fx_mobile_icon_color_active">@color/photonViolet40</color> <color name="fx_mobile_icon_color_active">@color/photonViolet40</color>
<!-- Disabled icon --> <!-- Disabled icon -->
<color name="fx_mobile_icon_color_disabled" tools:ignore="UnusedResources">@color/photonLightGrey70</color> <color name="fx_mobile_icon_color_disabled" tools:ignore="UnusedResources">@color/photonLightGrey05A40</color>
<!-- Icon inverted (on color) --> <!-- Icon inverted (on color) -->
<color name="fx_mobile_icon_color_inverted" tools:ignore="UnusedResources">@color/photonWhite</color> <color name="fx_mobile_icon_color_inverted" tools:ignore="UnusedResources">@color/photonWhite</color>
<!-- Information --> <!-- Information -->

View File

@ -70,7 +70,7 @@
<!-- Active tab --> <!-- Active tab -->
<color name="fx_mobile_icon_color_active">@color/photonInk20</color> <color name="fx_mobile_icon_color_active">@color/photonInk20</color>
<!-- Disabled icon --> <!-- Disabled icon -->
<color name="fx_mobile_icon_color_disabled" tools:ignore="UnusedResources">@color/photonLightGrey70</color> <color name="fx_mobile_icon_color_disabled" tools:ignore="UnusedResources">@color/photonDarkGrey90A40</color>
<!-- Icon inverted (on color) --> <!-- Icon inverted (on color) -->
<color name="fx_mobile_icon_color_inverted" tools:ignore="UnusedResources">@color/photonWhite</color> <color name="fx_mobile_icon_color_inverted" tools:ignore="UnusedResources">@color/photonWhite</color>
<!-- Information --> <!-- Information -->