We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0d0d0 commit e220b43Copy full SHA for e220b43
voila/treehandler.py
@@ -25,7 +25,7 @@ def validate_theme(self, theme: str, classic_tree: bool) -> str:
25
supported_themes = ["dark", "light", "JupyterLab Dark", "JupyterLab Light"]
26
if theme not in supported_themes:
27
self.log.warn(
28
- "Custom JupyterLab theme is not supported in the classic tree, failback to the light theme!"
+ "Custom JupyterLab theme is not supported in the classic tree, fallback to the light theme!"
29
)
30
return "light"
31
else:
0 commit comments