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/23248 - Replace @color/menu_item_button_normal_theme with @color/fx_mobile_text_color_accent
This commit is contained in:
parent
64ad971e63
commit
b3fd80904c
@ -129,7 +129,6 @@
|
||||
<color name="prompt_login_edit_text_cursor_color_normal_theme">@color/photonViolet50</color>
|
||||
<color name="search_suggestion_indicator_icon_color_normal_theme">@color/photonGreen60</color>
|
||||
<color name="search_suggestion_indicator_icon_bookmark_color_normal_theme">@color/photonBlue40</color>
|
||||
<color name="menu_item_button_normal_theme">@color/photonViolet40</color>
|
||||
<color name="recently_used_share_theme">@color/photonDarkGrey10</color>
|
||||
|
||||
<color name="mozac_widget_favicon_background_normal_theme">@color/photonDarkGrey50</color>
|
||||
|
@ -208,7 +208,6 @@
|
||||
<color name="search_suggestion_indicator_icon_bookmark_color_normal_theme">@color/photonBlue50</color>
|
||||
<color name="mozac_widget_favicon_background_normal_theme">@color/photonWhite</color>
|
||||
<color name="mozac_widget_favicon_border_normal_theme">@color/photonLightGrey30</color>
|
||||
<color name="menu_item_button_normal_theme">@color/photonViolet70</color>
|
||||
<color name="recently_used_share_theme">@color/photonLightGrey30</color>
|
||||
|
||||
<!-- Tab tray -->
|
||||
|
@ -82,7 +82,7 @@
|
||||
<item name="awesomeBarIndicatorBookmarkColor">@color/search_suggestion_indicator_icon_bookmark_color_normal_theme</item>
|
||||
<item name="preferenceSectionHeader">@color/fx_mobile_text_color_accent</item>
|
||||
<item name="selectPromptHeaderTextColor">@color/fx_mobile_text_color_accent</item>
|
||||
<item name="menuItemButtonTintColor">@color/menu_item_button_normal_theme</item>
|
||||
<item name="menuItemButtonTintColor">@color/fx_mobile_text_color_accent</item>
|
||||
<item name="recentlyUsedShareMenu">@color/recently_used_share_theme</item>
|
||||
|
||||
<!-- Shared widget colors -->
|
||||
|
Loading…
Reference in New Issue
Block a user