Skip to content

Commit

Permalink
For mozilla-mobile#21973 - Remove @color/search_suggestion_indicator_…
Browse files Browse the repository at this point in the history
…icon_color_dark_theme redirection
  • Loading branch information
gabrielluong authored and mergify[bot] committed Nov 3, 2021
1 parent baa8c65 commit 6747e9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<color name="prompt_login_edit_text_cursor_color_normal_theme">@color/photonViolet50</color>
<color name="readermode_start_gradient_normal_theme">@color/photonViolet30</color>
<color name="readermode_end_gradient_normal_theme">@color/photonBlue30</color>
<color name="search_suggestion_indicator_icon_color_normal_theme">@color/search_suggestion_indicator_icon_color_dark_theme</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="select_login_header_normal_theme">@color/accent_high_contrast_dark_theme</color>
<color name="select_credit_card_header_normal_theme">@color/accent_high_contrast_dark_theme</color>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<color name="above_dark_theme">@color/photonDarkGrey50</color>
<color name="accent_bright_dark_theme">@color/photonViolet70</color>
<color name="accent_high_contrast_dark_theme">@color/photonViolet40</color>
<color name="search_suggestion_indicator_icon_color_dark_theme">@color/photonGreen60</color>

<color name="mozac_widget_favicon_background_dark_theme">@color/photonDarkGrey50</color>
<color name="mozac_widget_favicon_border_dark_theme">@color/photonDarkGrey10</color>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
<item name="addOnPrivateBrowsingExteriorCircleBackground">@color/add_on_private_browsing_exterior_circle_background_private_theme</item>
<item name="addOnPrivateBrowsingInteriorIconBackground">@color/add_on_private_browsing_interior_icon_background_private_theme</item>
<item name="mozacPromptLoginEditTextCursorColor">@color/prompt_login_edit_text_cursor_color_private_theme</item>
<item name="awesomeBarIndicatorColor">@color/search_suggestion_indicator_icon_color_dark_theme</item>
<item name="awesomeBarIndicatorColor">@color/photonGreen60</item>
<item name="awesomeBarIndicatorBookmarkColor">@color/photonBlue40</item>
<item name="selectLoginHeaderTextColor">@color/accent_high_contrast_private_theme</item>
<item name="selectCreditCardHeaderTextColor">@color/accent_high_contrast_private_theme</item>
Expand Down

0 comments on commit 6747e9d

Please sign in to comment.