Przeglądaj źródła

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

visuddhinanda 3 lat temu
rodzic
commit
dedb655b13
1 zmienionych plików z 1 dodań i 1 usunięć
  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']}