From 41b8d51db1b1c13871df38b27f0019ec25ae2e77 Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Fri, 24 Dec 2021 02:10:24 -0500 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/23240 - Replace @color/contrast_text_private_theme with @color/fx_mobile_private_text_color_primary @color/contrast_text_private_theme and @color/fx_mobile_private_text_color_primary are the same color --- app/src/main/res/layout/search_suggestions_hint.xml | 2 +- app/src/main/res/values/colors.xml | 1 - app/src/main/res/values/styles.xml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/search_suggestions_hint.xml b/app/src/main/res/layout/search_suggestions_hint.xml index 79c0920a95..9c6445cf79 100644 --- a/app/src/main/res/layout/search_suggestions_hint.xml +++ b/app/src/main/res/layout/search_suggestions_hint.xml @@ -32,7 +32,7 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:srcCompat="@drawable/ic_info" - tools:tint="@color/contrast_text_private_theme" /> + tools:tint="@color/fx_mobile_private_text_color_primary" /> #A7A2B7 - @color/photonLightGrey05 @color/photonLightGrey70 #261E4B @color/photonInk50 diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index f9591e2725..6f5c7f32a7 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -230,7 +230,7 @@ @color/fx_mobile_private_text_color_primary @color/secondary_text_private_theme - @color/contrast_text_private_theme + @color/fx_mobile_private_text_color_primary @color/accent_private_theme @color/accent_bright_private_theme @color/accent_high_contrast_private_theme