diff --git a/core/core-frontend/src/store/modules/appearance.ts b/core/core-frontend/src/store/modules/appearance.ts index a755618e4a..4df485217d 100644 --- a/core/core-frontend/src/store/modules/appearance.ts +++ b/core/core-frontend/src/store/modules/appearance.ts @@ -216,6 +216,7 @@ export const useAppearanceStore = defineStore('appearanceStore', { this.customColor = data.customColor if (this.themeColor === 'custom' && this.customColor) { document.documentElement.style.setProperty('--ed-color-primary', this.customColor) + document.documentElement.style.setProperty('--van-blue', this.customColor) document.documentElement.style.setProperty( '--ed-color-primary-light-5', colorFunctions