[fenix] For https://github.com/mozilla-mobile/fenix/issues/21935 - Use photonYellow60 in place of #E27F2E

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent 453c6f9f8d
commit 9a901e0cff

@ -31,7 +31,7 @@
<color name="collection_icon_color_blue_light_theme">@color/photonBlue60</color>
<color name="collection_icon_color_pink_light_theme">@color/photonPink60</color>
<color name="collection_icon_color_green_light_theme">@color/photonGreen60</color>
<color name="collection_icon_color_yellow_light_theme">#E27F2E</color>
<color name="collection_icon_color_yellow_light_theme">@color/photonYellow60</color>
<color name="toolbar_start_gradient_light_theme">@color/foundation_light_theme</color>
<color name="toolbar_center_gradient_light_theme">@color/foundation_light_theme</color>
<color name="toolbar_end_gradient_light_theme">@color/foundation_light_theme</color>

Loading…
Cancel
Save