From cde3250184962342d00e7c2522478c14806560c7 Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Sat, 25 Dec 2021 13:14:34 -0500 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/23193 - Remove @color/fill_link_from_clipboard_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 6b81137928..a1be4f06ad 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -166,7 +166,6 @@ #492E85 #383372 @color/photonDarkGrey10 - @color/accent_on_dark_background_private_theme @color/photonYellow70 #5B5846 @color/photonInk20 diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index f3cdb2a7b5..2cade96ac3 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -250,7 +250,7 @@ @color/toolbar_center_gradient_private_theme @color/toolbar_end_gradient_private_theme @color/toolbar_divider_color_private_theme - @color/fill_link_from_clipboard_private_theme + @color/accent_on_dark_background_private_theme @color/sync_disconnected_icon_fill_private_theme @color/sync_disconnected_background_private_theme @color/swipe_delete_background_private_theme