Skip to content

Commit

Permalink
Fix perspective-jupyterlab theme
Browse files Browse the repository at this point in the history
  • Loading branch information
zemeolotu authored and texodus committed Dec 18, 2019
1 parent 94432c2 commit ab3337f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/perspective-jupyterlab/src/less/index.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "~@finos/perspective-viewer/src/less/fonts.less";
@import (reference) "~@finos/perspective-viewer/src/themes/material.less";
@import (reference) "~@finos/perspective-viewer/src/themes/material.dark.less";

Expand All @@ -11,11 +12,12 @@ div.PSPContainer-dark {
flex: 1;
}

div.PSPContainer {

div.PSPContainer perspective-viewer{
.perspective-viewer-material();
}

div.PSPContainer-dark {
div.PSPContainer-dark perspective-viewer {
.perspective-viewer-material-dark();
}

Expand Down
1 change: 1 addition & 0 deletions packages/perspective-phosphor/src/less/widget.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* the Apache License 2.0. The full license can be found in the LICENSE file.
*
*/
@import "~@finos/perspective-viewer/src/less/fonts.less";
@import (reference) "~@finos/perspective-viewer/src/themes/material-dense.less";
@import (reference) "~@finos/perspective-viewer/src/themes/material-dense.dark.less";

Expand Down

0 comments on commit ab3337f

Please sign in to comment.