[fenix] For https://github.com/mozilla-mobile/fenix/issues/23247 - Replace @color/destructive_private_theme with @color/fx_mobile_private_text_color_warning_dark

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent 97f98492c1
commit 64ad971e63

@ -123,7 +123,7 @@
<color name="fx_mobile_private_text_color_disabled" tools:ignore="UnusedResources">@color/photonLightGrey05A40</color>
<color name="fx_mobile_private_text_color_accent">@color/photonViolet40</color>
<color name="fx_mobile_private_text_color_warning_light" tools:ignore="UnusedResources">@color/photonRed80</color>
<color name="fx_mobile_private_text_color_warning_dark" tools:ignore="UnusedResources">@color/photonRed40</color>
<color name="fx_mobile_private_text_color_warning_dark">@color/photonRed40</color>
<!-- Icon -->
<color name="fx_mobile_private_icon_color_primary" tools:ignore="UnusedResources">@color/photonLightGrey05</color>
@ -153,7 +153,6 @@
<color name="tab_ring_private_theme">#F565FF</color>
<color name="neutral_private_theme">@color/photonGrey20</color>
<color name="neutral_faded_private_theme">#1FFBFBFE</color>
<color name="destructive_private_theme">@color/photonRed40</color>
<color name="disabled_private_theme">@color/photonLightGrey05A40</color>
<color name="scrimStart_private_theme">@color/photonInk80A96</color>
<color name="scrimEnd_private_theme">@color/photonDarkGrey90A96</color>

@ -204,9 +204,9 @@
<item name="bottomSheetDialogTheme">@style/BottomSheetPrivate</item>
<item name="mozacInputLayoutErrorTextColor"
tools:ignore="UnusedResources">@color/destructive_private_theme</item>
tools:ignore="UnusedResources">@color/fx_mobile_private_text_color_warning_dark</item>
<item name="mozacInputLayoutErrorIconColor"
tools:ignore="UnusedResources">@color/destructive_private_theme</item>
tools:ignore="UnusedResources">@color/fx_mobile_private_text_color_warning_dark</item>
<item name="mozacLoginSelectHeaderTextStyle" tools:ignore="UnusedResources">@style/SelectPromptHeaderTextStyle</item>
<item name="mozacSelectCreditCardHeaderTextStyle" tools:ignore="UnusedResources">@style/SelectPromptHeaderTextStyle</item>
@ -234,7 +234,7 @@
<item name="tabRing">@color/tab_ring_private_theme</item>
<item name="neutral">@color/neutral_private_theme</item>
<item name="neutralFaded">@color/neutral_faded_private_theme</item>
<item name="destructive">@color/destructive_private_theme</item>
<item name="destructive">@color/fx_mobile_private_text_color_warning_dark</item>
<item name="disabled">@color/disabled_private_theme</item>
<item name="scrimStart">@color/scrimStart_private_theme</item>
<item name="scrimEnd">@color/scrimEnd_private_theme</item>

Loading…
Cancel
Save