diff options
Diffstat (limited to 'cypress/e2e/theming/themingUtils.ts')
-rw-r--r-- | cypress/e2e/theming/themingUtils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |