[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2023-08-09 07:28:46 +00:00
parent 2b1b6787b8
commit e9de9f6042

View File

@@ -63,6 +63,7 @@ setting snippet to add to the `overrides.json` file later.
setting of `@jupyterlab/apputils-extension:theme` as can be seen above. setting of `@jupyterlab/apputils-extension:theme` as can be seen above.
1. Build your `json` snippet. In this case, our snippet should look like this: 1. Build your `json` snippet. In this case, our snippet should look like this:
```json ```json
{ {
"@jupyterlab/apputils-extension:themes": { "@jupyterlab/apputils-extension:themes": {
@@ -70,6 +71,7 @@ setting snippet to add to the `overrides.json` file later.
} }
} }
``` ```
We only want to change the **Selected Theme**, so we don't need to include We only want to change the **Selected Theme**, so we don't need to include
the other theme-related settings for CSS and the scrollbar. the other theme-related settings for CSS and the scrollbar.