From d5dc6b2476662f46c2fd0ccf70b0dae976c5e0eb Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 11 Jul 2024 15:36:36 +0200 Subject: feat(theming): Allow shipped backgrounds to have a dark variant 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 370aaef67f8..b4740beda1c 100644 --- a/cypress/e2e/theming/themingUtils.ts +++ b/cypress/e2e/theming/themingUtils.ts @@ -5,7 +5,7 @@ import { colord } from 'colord' export const defaultPrimary = '#00679e' -export const defaultBackground = 'kamil-porembinski-clouds.jpg' +export const defaultBackground = 'jenna-kim-the-globe.webp' /** * Check if a CSS variable is set to a specific color -- cgit v1.2.3