瀏覽代碼

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

visuddhinanda 3 年之前
父節點
當前提交
dedb655b13
共有 1 個文件被更改,包括 1 次插入1 次删除
  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']}