From 87309150bec08b9f4fc322bf103b101748039f5f Mon Sep 17 00:00:00 2001 From: Sparky93 Date: Wed, 10 Apr 2019 19:23:33 +0300 Subject: [PATCH] [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1485 - Page crash message now displays correctly in dark theme (https://github.com/mozilla-mobile/fenix/pull/1524) --- app/src/main/res/layout/fragment_crash_reporter.xml | 4 ++-- app/src/main/res/values-night/colors.xml | 5 ++++- app/src/main/res/values/colors.xml | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_crash_reporter.xml b/app/src/main/res/layout/fragment_crash_reporter.xml index 4c4948d34c..4dba399042 100644 --- a/app/src/main/res/layout/fragment_crash_reporter.xml +++ b/app/src/main/res/layout/fragment_crash_reporter.xml @@ -7,7 +7,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/photonGrey10"> + android:background="@color/searchBackground_normal_theme"> @color/background_dark_theme #42414D - + @color/off_white @color/off_white @color/off_white @@ -84,4 +84,7 @@ @color/secondaryTextColor_dark_theme @color/background_dark_theme + + + @color/accent_bright_dark_theme diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 3a342ce2ba..da73eac038 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -142,4 +142,7 @@ #232749 #1F1B215E + + + #20123A