fix: default theme colors cannot be overridden (#4636)

* fix: default theme colors cannot be overridden

* chore: update default config
This commit is contained in:
Vben
2024-10-14 23:24:21 +08:00
committed by GitHub
parent 6c4a742627
commit d5a210f53f
3 changed files with 4 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ exports[`defaultPreferences immutability test > should not modify the config obj
"mode": "dark",
"radius": "0.5",
"semiDarkHeader": false,
"semiDarkSidebar": true,
"semiDarkSidebar": false,
},
"transition": {
"enable": true,