[fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/neutral_faded_light_theme redirection

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent ceda1cfcd5
commit ed92aac728

@ -11,7 +11,6 @@
<color name="accent_light_theme">@color/photonInk20</color>
<color name="accent_bright_light_theme">@color/photonViolet70</color>
<color name="about_link_normal_theme">@color/photonViolet70</color>
<color name="neutral_faded_light_theme">@color/photonGrey20</color>
<color name="shadow_light_theme">#1F000000</color>
<color name="destructive_light_theme">@color/photonRed70</color>
<color name="disabled_light_theme">#6620123A</color>
@ -163,7 +162,7 @@
<color name="accent_high_contrast_normal_theme">@color/accent_light_theme</color>
<color name="tab_ring_normal_theme">@color/accent_light_theme</color>
<color name="neutral_normal_theme">@color/photonGrey30</color>
<color name="neutral_faded_normal_theme">@color/neutral_faded_light_theme</color>
<color name="neutral_faded_normal_theme">@color/photonGrey20</color>
<color name="shadow_normal_theme">@color/shadow_light_theme</color>
<color name="destructive_normal_theme">@color/destructive_light_theme</color>
<color name="disabled_normal_theme">@color/disabled_light_theme</color>

Loading…
Cancel
Save