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

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent 549755704f
commit fa2f68cae1

@ -143,8 +143,6 @@
<color name="dark_grey_90_gradient_end">#0015141A</color>
<color name="preference_section_header_normal_theme">@color/accent_bright_light_theme</color>
<color name="mozac_widget_favicon_border_light_theme">@color/photonLightGrey30</color>
<!-- Dark theme color palette -->
<color name="accent_bright_dark_theme">@color/photonViolet70</color>
<color name="accent_high_contrast_dark_theme">@color/photonViolet40</color>
@ -233,7 +231,7 @@
<color name="select_login_header_normal_theme">@color/accent_bright_light_theme</color>
<color name="select_credit_card_header_normal_theme">@color/accent_bright_light_theme</color>
<color name="mozac_widget_favicon_background_normal_theme">@color/photonWhite</color>
<color name="mozac_widget_favicon_border_normal_theme">@color/mozac_widget_favicon_border_light_theme</color>
<color name="mozac_widget_favicon_border_normal_theme">@color/photonLightGrey30</color>
<color name="notification_accent_color_normal_theme">@color/accent_bright_light_theme</color>
<color name="menu_item_button_normal_theme">@color/accent_bright_light_theme</color>
<color name="recently_used_share_theme">@color/photonLightGrey30</color>

Loading…
Cancel
Save