From 3676295f7b13852ec328e32f510aefd4c7b709c7 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 25 Oct 2023 13:57:28 +0200 Subject: fix(theming): Ensure all text colors have enough contrast for accessibility Signed-off-by: Ferdinand Thiessen --- cypress/e2e/theming/themingUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cypress') diff --git a/cypress/e2e/theming/themingUtils.ts b/cypress/e2e/theming/themingUtils.ts index 2cf92c47e6a..088c58dda45 100644 --- a/cypress/e2e/theming/themingUtils.ts +++ b/cypress/e2e/theming/themingUtils.ts @@ -22,7 +22,7 @@ import { colord } from 'colord' export const defaultPrimary = '#0082c9' -export const defaultAccessiblePrimary = '#006aa3' +export const defaultAccessiblePrimary = '#006889' export const defaultBackground = 'kamil-porembinski-clouds.jpg' /** -- cgit v1.2.3