2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-02 03:40:16 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/24014 - Replace @color/caption_text_normal_theme with @color/fx_mobile_text_color_secondary

This commit is contained in:
Gabriel Luong 2022-01-23 18:12:52 -05:00 committed by mergify[bot]
parent cda293ce25
commit 0d70bee768
3 changed files with 1 additions and 3 deletions

View File

@ -123,7 +123,6 @@
<color name="fx_mobile_border_color_warning" tools:ignore="UnusedResources">@color/photonRed40</color>
<!-- Normal theme colors for dark mode -->
<color name="caption_text_normal_theme">@color/photonLightGrey70</color>
<color name="inset_normal_theme">@color/photonDarkGrey50</color>
<color name="accent_normal_theme">@color/photonViolet50</color>
<color name="accent_high_contrast_normal_theme">@color/photonViolet40</color>

View File

@ -270,7 +270,6 @@
<color name="prompt_login_edit_text_cursor_color_private_theme">@color/photonViolet50</color>
<!-- Normal theme colors for light mode -->
<color name="caption_text_normal_theme">@color/photonLightGrey90</color>
<color name="inset_normal_theme">@color/photonLightGrey30</color>
<color name="accent_normal_theme">@color/photonInk20</color>
<color name="accent_high_contrast_normal_theme">@color/photonInk20</color>

View File

@ -89,7 +89,7 @@
<!-- Shared widget colors -->
<item name="mozac_primary_text_color">@color/fx_mobile_text_color_primary</item>
<item name="mozac_caption_text_color">@color/caption_text_normal_theme</item>
<item name="mozac_caption_text_color">@color/fx_mobile_text_color_secondary</item>
<item name="mozac_widget_favicon_background_color">@color/fx_mobile_layer_color_2</item>
<item name="mozac_widget_favicon_border_color">@color/fx_mobile_border_color_primary</item>