For #22676 - Replace top_site_title_text with fx_mobile_text_color_primary color token

upstream-sync
Gabriel Luong 2 years ago committed by mergify[bot]
parent 745ec1a9f6
commit 0078d7fe01

@ -36,7 +36,7 @@
android:gravity="center"
android:textAlignment="center"
android:singleLine="true"
android:textColor="@color/top_site_title_text"
android:textColor="@color/fx_mobile_text_color_primary"
android:textSize="12sp"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"

@ -42,7 +42,7 @@
<!-- Text -->
<!-- Primary text -->
<color name="fx_mobile_text_color_primary" tools:ignore="UnusedResources">@color/photonLightGrey05</color>
<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>
<!-- Disabled text -->
@ -160,7 +160,6 @@
<color name="tab_history_item_selected_background_normal_theme">@color/tab_tray_item_selected_background_dark_theme</color>
<!--Top site colors -->
<color name="top_site_title_text">@color/photonLightGrey05</color>
<color name="top_site_pager_dot">@color/photonDarkGrey40</color>
<color name="top_site_pager_dot_selected">@color/photonDarkGrey05</color>
<color name="top_site_pin_icon_color">@color/foundation_light_theme</color>

@ -42,7 +42,7 @@
<!-- Text -->
<!-- Primary text -->
<color name="fx_mobile_text_color_primary" tools:ignore="UnusedResources">@color/photonDarkGrey90</color>
<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>
<!-- Disabled text -->
@ -240,7 +240,6 @@
<color name="bookmark_favicon_background">#DFDFE3</color>
<!-- Top site colors -->
<color name="top_site_title_text">@color/photonDarkGrey90</color>
<color name="top_site_pager_dot">@color/photonLightGrey30</color>
<color name="top_site_pager_dot_selected">@color/photonLightGrey50</color>
<color name="top_site_pin_icon_color">@color/photonDarkGrey80</color>

Loading…
Cancel
Save