From 871604f37d204c42b4369be1f4e37b52763b36fa Mon Sep 17 00:00:00 2001 From: Jeff Boek Date: Fri, 15 Nov 2019 16:44:29 -0800 Subject: [PATCH] For #2271 - Fixes colors on dark theme --- app/src/main/res/drawable/search_pill_background.xml | 4 ++-- app/src/main/res/values/colors.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/drawable/search_pill_background.xml b/app/src/main/res/drawable/search_pill_background.xml index 9814ce26f..42958954d 100644 --- a/app/src/main/res/drawable/search_pill_background.xml +++ b/app/src/main/res/drawable/search_pill_background.xml @@ -3,10 +3,10 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - + + android:color="?accentBright"/> \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index f57b1b959..e9152a2f2 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -58,7 +58,7 @@ @color/foundation_dark_theme @color/foundation_dark_theme @color/foundation_dark_theme - #45444D + @color/neutral_faded_dark_theme @color/accent_on_dark_background_normal_theme