From f053f4dd6e41796c8a70632b84db14f1d6b4c622 Mon Sep 17 00:00:00 2001 From: Sawyer Blatz Date: Fri, 10 May 2019 18:25:50 -0700 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/2384: Updates scrim colors (https://github.com/mozilla-mobile/fenix/pull/2423) --- app/src/main/res/values-night/colors.xml | 2 +- app/src/main/res/values/colors.xml | 4 ++-- app/src/main/res/values/styles.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 783fc4f338..b711506ec3 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -18,7 +18,7 @@ @color/shadow_dark_theme @color/destructive_dark_theme @color/scrimStart_dark_theme - @color/scrimStart_dark_theme + @color/scrimEnd_dark_theme @color/toggle_off_knob_dark_theme @color/toggle_off_track_dark_theme diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index f1da49bf0f..05045fcad0 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -17,8 +17,8 @@ @color/photonGrey20 #1F000000 #C50042 - #F5393473 - #F520123A + #F515141A + #F542414D #FBFBFE diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 788ed6caf2..e07d3e945e 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -36,7 +36,7 @@ @color/shadow_normal_theme @color/destructive_normal_theme @color/scrimStart_normal_theme - @color/scrimStart_normal_theme + @color/scrimEnd_normal_theme @drawable/ic_logo_wordmark_normal @@ -78,7 +78,7 @@ @color/shadow_private_theme @color/destructive_private_theme @color/scrimStart_private_theme - @color/scrimStart_private_theme + @color/scrimEnd_private_theme @drawable/ic_logo_wordmark_private