fix #I7WUYJ 菜单切换主题为浅色主题后颜色不正常

This commit is contained in:
ahao
2023-09-02 00:55:02 +08:00
parent b22d0775b7
commit 93fb212e0c
4 changed files with 44 additions and 15 deletions

View File

@ -0,0 +1,4 @@
export enum SideThemeEnum {
DARK = 'theme-dark',
LIGHT = 'theme-light'
}