Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 11, 2024
1 parent d06bec7 commit 73b289d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/src/theme-provider.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { IThemeManager } from '@jupyterlab/apputils';
import { Theme, createTheme } from '@mui/material/styles';

let themeManager: IThemeManager | null = null;
let themeManager: IThemeManager | null = null;

function getCSSVariable(name: string): string {
return getComputedStyle(document.body).getPropertyValue(name).trim();
Expand Down

0 comments on commit 73b289d

Please sign in to comment.