From c91e95b1c74572d872a7e23417a5d6967af14e51 Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Sat, 25 Dec 2021 13:13:34 -0500 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/23193 - Remove @color/onboarding_illustration_selected_private_theme redirection --- app/src/main/res/values/colors.xml | 1 - app/src/main/res/values/styles.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index bb645f613..6b8113792 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -172,7 +172,6 @@ @color/photonInk20 @color/photonViolet60 @color/photonPurple50 - @color/accent_private_theme #99FBFBFE @color/accent_private_theme @color/photonWhite diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 3bfbc5c7f..f3cdb2a7b 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -256,7 +256,7 @@ @color/swipe_delete_background_private_theme @color/onboarding_card_background_start_gradient_private_theme @color/onboarding_card_background_end_gradient_private_theme - @color/onboarding_illustration_selected_private_theme + @color/accent_private_theme @color/onboarding_illustration_deselected_private_theme @color/add_on_private_browsing_exterior_circle_background_private_theme @color/add_on_private_browsing_interior_icon_background_private_theme