Ver código fonte

Fix dark theme

Steven Silvester 7 anos atrás
pai
commit
7ec63871c3

+ 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';
 
 
 /**