From ea1f3a28d076a0dfc562c70e78b83a7037e448b6 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Mon, 11 May 2026 21:54:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/store/modules/appearance.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/core-frontend/src/store/modules/appearance.ts b/core/core-frontend/src/store/modules/appearance.ts index c4bdf001cf..31048a4e96 100644 --- a/core/core-frontend/src/store/modules/appearance.ts +++ b/core/core-frontend/src/store/modules/appearance.ts @@ -293,9 +293,7 @@ export const useAppearanceStore = defineStore('appearanceStore', { document.documentElement.style.setProperty('--van-blue', this.customColor) document.documentElement.style.setProperty( '--ed-color-primary_b50', - colorFunctions - .mix(new colorTree('ffffff'), new colorTree(this.customColor.substr(1)), { value: 90 }) - .toRGB() + mixColor('ffffff', this.customColor, 90) ) document.documentElement.style.setProperty( '--ed-color-primary-light-5',