[fenix] For https://github.com/mozilla-mobile/fenix/issues/23285 - Replace @color/tab_tray_item_url_normal_theme with @color/fx_mobile_text_color_secondary

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent e13def64fc
commit dfe9f0dd90

@ -86,7 +86,7 @@
android:layout_marginStart="12dp"
android:ellipsize="end"
android:lines="1"
android:textColor="@color/tab_tray_item_url_normal_theme"
android:textColor="@color/fx_mobile_text_color_secondary"
android:textSize="14sp"
tools:text="firefox.com"
app:layout_constraintEnd_toStartOf="@id/mozac_browser_tabstray_close"

@ -50,7 +50,7 @@
<!-- Primary text -->
<color name="fx_mobile_text_color_primary">@color/photonLightGrey05</color>
<!-- Secondary text -->
<color name="fx_mobile_text_color_secondary" tools:ignore="UnusedResources">@color/photonLightGrey40</color>
<color name="fx_mobile_text_color_secondary">@color/photonLightGrey40</color>
<!-- Disabled text -->
<color name="fx_mobile_text_color_disabled" tools:ignore="UnusedResources">@color/photonLightGrey05A40</color>
<!-- Warning text -->
@ -134,7 +134,6 @@
<color name="mozac_widget_favicon_border_normal_theme">@color/photonDarkGrey10</color>
<!-- Tab tray -->
<color name="tab_tray_item_url_normal_theme">@color/photonLightGrey60</color>
<color name="tab_tray_item_background_normal_theme">@color/photonDarkGrey80</color>
<color name="tab_tray_item_selected_background_normal_theme">@color/tab_tray_item_selected_background_dark_theme</color>
<color name="tab_tray_item_divider_normal_theme">@color/photonDarkGrey10</color>

@ -50,7 +50,7 @@
<!-- Primary text -->
<color name="fx_mobile_text_color_primary">@color/photonDarkGrey90</color>
<!-- Secondary text -->
<color name="fx_mobile_text_color_secondary" tools:ignore="UnusedResources">@color/photonDarkGrey05</color>
<color name="fx_mobile_text_color_secondary">@color/photonDarkGrey05</color>
<!-- Disabled text -->
<color name="fx_mobile_text_color_disabled" tools:ignore="UnusedResources">@color/photonDarkGrey90A40</color>
<!-- Warning text -->
@ -201,7 +201,6 @@
<color name="recently_used_share_theme">@color/photonLightGrey30</color>
<!-- Tab tray -->
<color name="tab_tray_item_url_normal_theme">@color/photonDarkGrey05</color>
<color name="tab_tray_item_background_normal_theme">@color/photonLightGrey10</color>
<color name="tab_tray_item_selected_background_normal_theme">#E5DFF4</color>
<color name="tab_tray_item_divider_normal_theme">@color/photonLightGrey30</color>

Loading…
Cancel
Save