From ceda1cfcd56894a181401ed91c9a8e3ad0e5513f Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Sat, 16 Oct 2021 16:13:41 -0400 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/neutral_light_theme redirection --- app/src/main/res/values/colors.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 45fd41835e..7cb01748d1 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -11,7 +11,6 @@ @color/photonInk20 @color/photonViolet70 @color/photonViolet70 - @color/photonGrey30 @color/photonGrey20 #1F000000 @color/photonRed70 @@ -163,7 +162,7 @@ @color/accent_bright_light_theme @color/accent_light_theme @color/accent_light_theme - @color/neutral_light_theme + @color/photonGrey30 @color/neutral_faded_light_theme @color/shadow_light_theme @color/destructive_light_theme