For #21935 - Use photonYellow60 in place of #E27F2E

This commit is contained in:
Gabriel Luong 2021-10-16 11:58:45 -04:00 committed by mergify[bot]
parent cd6bcb3d47
commit a02d58dd48

View File

@ -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>