diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-07-11 15:36:36 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-07-12 13:00:07 +0200 |
commit | d5dc6b2476662f46c2fd0ccf70b0dae976c5e0eb (patch) | |
tree | b1fcd85660a5e7e950952a6bbbe80f41a8ed541d /cypress | |
parent | 76943efa18bcd94d794b42cc1db8dfe57fa7a311 (diff) | |
download | nextcloud-server-d5dc6b2476662f46c2fd0ccf70b0dae976c5e0eb.tar.gz nextcloud-server-d5dc6b2476662f46c2fd0ccf70b0dae976c5e0eb.zip |
feat(theming): Allow shipped backgrounds to have a dark variant
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'cypress')
-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 |