fix(系统设置): 移动端的登录button颜色显示不对

This commit is contained in:
dataeaseShu 2024-08-23 09:59:32 +08:00
parent cb4c3844f1
commit 7605b04462

View File

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