From 3378a73e99171ac31860ccca81b1b3197e63417f Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 25 Oct 2023 16:29:26 +0200 Subject: fix(theming): Make changes on primary color less invasiv Signed-off-by: Ferdinand Thiessen --- cypress/e2e/theming/themingUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cypress/e2e') diff --git a/cypress/e2e/theming/themingUtils.ts b/cypress/e2e/theming/themingUtils.ts index 088c58dda45..532cee46911 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 = '#006889' +export const defaultAccessiblePrimary = '#00679e' export const defaultBackground = 'kamil-porembinski-clouds.jpg' /** -- cgit v1.2.3