Explorar el Código

:art: studio侧边菜单改为 theme=light

visuddhinanda hace 3 años
padre
commit
dedb655b13
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dashboard/src/components/studio/LeftSider.tsx

+ 1 - 1
dashboard/src/components/studio/LeftSider.tsx

@@ -101,7 +101,7 @@ const items: MenuProps['items'] = [
 		   breakpoint="lg"
 		   className="site-layout-background">
 			<Menu
-			theme="dark"
+			theme="light"
 			onClick={onClick}
 			defaultSelectedKeys={[selectedKeys]}
 			defaultOpenKeys={['basic','advance','collaboration']}