fix: 修改左侧的渲染样式

This commit is contained in:
MTrun
2022-01-12 10:41:26 +08:00
parent 5030cfe099
commit 3a87f0dd30
6 changed files with 76 additions and 17 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ export const getThemeOverridesHook = () => {
}
const dartObject = {
common: {
primaryColor: designStore.appTheme,
primaryColor: designStore.getAppTheme,
...commonObj.common
},
LoadingBar: {
colorLoading: designStore.appTheme
colorLoading: designStore.getAppTheme
}
}
return designStore.getDarkTheme ? dartObject : lightObject