默认主题色兼容

This commit is contained in:
2023-01-28 03:39:07 +08:00
parent c0291d2404
commit 82236272a9
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -651,7 +651,7 @@
}
},
setSelfAdaptingTheme (color) {
this.selfAdaptingTheme = `rgb(${color.r},${color.g},${color.b})`
this.selfAdaptingTheme = color
}
},
watch: {