diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-25 16:29:26 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-27 12:56:23 +0200 |
commit | 3378a73e99171ac31860ccca81b1b3197e63417f (patch) | |
tree | 79fb304d411e43b6c25cfcd880355889e54bf273 /cypress/e2e | |
parent | 3676295f7b13852ec328e32f510aefd4c7b709c7 (diff) | |
download | nextcloud-server-3378a73e99171ac31860ccca81b1b3197e63417f.tar.gz nextcloud-server-3378a73e99171ac31860ccca81b1b3197e63417f.zip |
fix(theming): Make changes on primary color less invasiv
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'cypress/e2e')
-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 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' /** |