[fenix] For https://github.com/mozilla-mobile/fenix/issues/23187 - Replace @color/notification_accent_color_normal_theme with @color/fx_mobile_text_color_accent

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent 9b33511ea0
commit bc1c89d796

@ -12,5 +12,5 @@ import org.mozilla.fenix.ext.components
class DownloadService : AbstractFetchDownloadService() {
override val httpClient by lazy { components.core.client }
override val store: BrowserStore by lazy { components.core.store }
override val style: Style by lazy { Style(R.color.notification_accent_color_normal_theme) }
override val style: Style by lazy { Style(R.color.fx_mobile_text_color_accent) }
}

@ -135,7 +135,6 @@
<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>
<color name="notification_accent_color_normal_theme">@color/accent_high_contrast_dark_theme</color>
<color name="menu_item_button_normal_theme">@color/accent_high_contrast_dark_theme</color>
<color name="recently_used_share_theme">@color/photonDarkGrey10</color>

@ -227,7 +227,6 @@
<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/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