From 73c9a42a837524eb32cc098029a88406ed63a526 Mon Sep 17 00:00:00 2001 From: RebecaTudor Date: Mon, 8 Apr 2024 12:55:47 +0300 Subject: [PATCH] Bug 1876719 - [a11y] Increasing contrast for collection's dialog buttons Before the fix, Accessibility Scanner was showing the color contrast between text color and the background color as insufficient. With the modification made the accessibility scanner shows the problem as fixed. The color that was used for the fix is the closest to the one before that can satisfy the contrast required. --- app/src/main/res/values-night/colors.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index f4eb10f27..d042f8dc6 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -150,7 +150,7 @@ @color/photonViolet50 - @color/photonViolet40 + @color/photonViolet20 @color/photonGrey20 #1FFBFBFE @color/toggle_off_knob_dark_theme