瀏覽代碼

Fix dark theme

Steven Silvester 7 年之前
父節點
當前提交
7ec63871c3
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      packages/all-packages/src/index.ts
  2. 1 1
      packages/theme-dark-extension/src/index.ts

+ 1 - 0
packages/all-packages/src/index.ts

@@ -50,6 +50,7 @@ import "@jupyterlab/shortcuts-extension";
 import "@jupyterlab/tabmanager-extension";
 import "@jupyterlab/terminal";
 import "@jupyterlab/terminal-extension";
+import "@jupyterlab/theme-dark-extension";
 import "@jupyterlab/theme-light-extension";
 import "@jupyterlab/tooltip";
 import "@jupyterlab/tooltip-extension";

+ 1 - 1
packages/theme-dark-extension/src/index.ts

@@ -3,7 +3,7 @@ import {
 } from '@jupyterlab/application';
 
 
-import '@jupyterlab/themes/style/variables-dark.css';
+import '@jupyterlab/theming/style/variables-dark.css';
 
 
 /**