[fenix] For https://github.com/mozilla-mobile/fenix/issues/22983 - Remove @color/destructive_button_text_color redirection

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent 7c78a27e27
commit dde2d7edd7

@ -182,7 +182,7 @@
android:padding="10dp"
android:text="@string/credit_cards_delete_card_button"
android:textAllCaps="false"
android:textColor="@color/destructive_button_text_color"
android:textColor="@color/destructive_normal_theme"
android:visibility="gone"
app:fontFamily="@font/metropolis_semibold"
app:layout_constraintBottom_toBottomOf="parent"

@ -323,7 +323,6 @@
<!-- Button Colors -->
<color name="grey_button_color">@color/photonLightGrey30</color>
<color name="destructive_button_text_color">@color/destructive_normal_theme</color>
<color name="button_text_color">@color/photonInk20</color>
<!-- Search Widget -->

@ -326,8 +326,8 @@
</style>
<style name="DestructiveButton" parent="NeutralButton">
<item name="iconTint">@color/destructive_button_text_color</item>
<item name="android:textColor">@color/destructive_button_text_color</item>
<item name="iconTint">@color/destructive_normal_theme</item>
<item name="android:textColor">@color/destructive_normal_theme</item>
</style>
<style name="PositiveButton" parent="NeutralButton">

Loading…
Cancel
Save