From 7605b0446225987363526915fb175fd4abc2a907 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 23 Aug 2024 09:59:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E7=9A=84=E7=99=BB=E5=BD=95button?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/store/modules/appearance.ts | 1 + 1 file changed, 1 insertion(+) 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