fix: 修复样式错误

This commit is contained in:
wisonic-s
2026-05-11 21:54:12 +08:00
committed by wisonic-s
parent 81c9796847
commit ea1f3a28d0

View File

@@ -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',