From a1a3a13acbb1ae78d1d9b7c531424ad44c39c998 Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Sat, 16 Oct 2021 18:30:20 -0400 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/tab_tray_item_thumbnail_background_dark_theme redirection --- app/src/main/res/values-night/colors.xml | 2 +- app/src/main/res/values/colors.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index ac778e0d06..dccd9ff79b 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -68,7 +68,7 @@ @color/tab_tray_heading_icon_dark_theme @color/tab_tray_heading_icon_inactive_dark_theme @color/photonLightGrey05 - @color/tab_tray_item_thumbnail_background_dark_theme + @color/photonDarkGrey50 @color/tab_tray_item_thumbnail_icon_dark_theme @color/tab_tray_selected_mask_dark_theme diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 992c0c09e9..8445ff75f5 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -39,7 +39,6 @@ #412E69 @color/photonViolet50 @color/photonLightGrey05 - @color/photonDarkGrey50 @color/photonDarkGrey05 @color/photonViolet50A32