[fenix] For https://github.com/mozilla-mobile/fenix/issues/22702 - Replace home_show_all_button_text with fx_mobile_text_color_action color token

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent c467be006e
commit 206074a45e

@ -38,8 +38,8 @@
android:maxLines="1"
android:nestedScrollingEnabled="false"
android:text="@string/recently_saved_show_all"
android:textColor="@color/home_show_all_button_text"
android:textColor="@color/fx_mobile_text_color_action"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="@id/header" />
</androidx.constraintlayout.widget.ConstraintLayout>

@ -36,7 +36,7 @@
android:maxLines="1"
android:nestedScrollingEnabled="false"
android:text="@string/recent_tabs_show_all"
android:textColor="@color/home_show_all_button_text"
android:textColor="@color/fx_mobile_text_color_action"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="@id/header" />

@ -37,7 +37,7 @@
android:maxLines="1"
android:nestedScrollingEnabled="false"
android:text="@string/recent_tabs_show_all"
android:textColor="@color/home_show_all_button_text"
android:textColor="@color/fx_mobile_text_color_action"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="@id/header" />
</androidx.constraintlayout.widget.ConstraintLayout>

@ -50,7 +50,7 @@
<!-- Warning text -->
<color name="fx_mobile_text_color_warning" tools:ignore="UnusedResources">@color/photonRed40</color>
<!-- Text link -->
<color name="fx_mobile_text_color_action" tools:ignore="UnusedResources">@color/photonViolet40</color>
<color name="fx_mobile_text_color_action">@color/photonViolet40</color>
<!-- Small heading -->
<color name="fx_mobile_text_color_accent" tools:ignore="UnusedResources">@color/photonViolet40</color>
<!-- Text/Icon inverted (on color) -->
@ -171,9 +171,6 @@
<color name="collection_icon_color_green">#88FFD1</color>
<color name="collection_icon_color_yellow">#FFDE67</color>
<!-- Home screen -->
<color name="home_show_all_button_text">@color/photonViolet40</color>
<!-- Search Widget -->
<color name="search_widget_background">@color/inset_normal_theme</color>
<color name="search_widget_mic_fill_color">@color/primary_text_dark_theme</color>

@ -50,7 +50,7 @@
<!-- Warning text -->
<color name="fx_mobile_text_color_warning" tools:ignore="UnusedResources">@color/photonRed80</color>
<!-- Text link -->
<color name="fx_mobile_text_color_action" tools:ignore="UnusedResources">@color/photonViolet70</color>
<color name="fx_mobile_text_color_action">@color/photonViolet70</color>
<!-- Small heading -->
<color name="fx_mobile_text_color_accent" tools:ignore="UnusedResources">@color/photonViolet90</color>
<!-- Text/Icon inverted (on color) -->
@ -257,11 +257,7 @@
<item>@color/collection_icon_color_yellow</item>
</array>
<!-- Home screen -->
<color name="home_show_all_button_text">@color/photonViolet70</color>
<!-- Quick action buttons-->
<color name="quick_action_reader_appearance_icon">#482166</color>
<!-- Toggle Colors -->

Loading…
Cancel
Save