Skip to content

Commit

Permalink
bug: fix references to the new default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Dec 10, 2024
1 parent ea9270c commit cf6f229
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/svelte-lexical/src/routes/RichTextComposer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
LayoutContainerNode,
LayoutItemNode,
} from '$lib/index.js';
import editorTheme from '$lib/themes/PlaygroundEditorTheme.js';
import editorTheme from '$lib/themes/DefaultEditorTheme.js';
import {
$getRoot as getRoot,
$createTextNode as createTextNode,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
PlainTextPlugin,
HistoryPlugin,
} from '$lib/index.js';
import editorTheme from '$lib/themes/PlaygroundEditorTheme.js';
import editorTheme from '$lib/themes/DefaultEditorTheme.js';
import Composer1Toolbar from './Composer1Toolbar.svelte';
const initialConfig = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ActionBar,
RichTextPlugin,
} from '$lib/index.js';
import editorTheme from '$lib/themes/PlaygroundEditorTheme.js';
import editorTheme from '$lib/themes/DefaultEditorTheme.js';
import {
$getRoot as getRoot,
$createTextNode as createTextNode,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
HorizontalRuleNode,
ImageNode,
} from '$lib/index.js';
import editorTheme from '$lib/themes/PlaygroundEditorTheme.js';
import editorTheme from '$lib/themes/DefaultEditorTheme.js';
import {
$getRoot as getRoot,
$createTextNode as createTextNode,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
HorizontalRuleNode,
ImageNode,
} from '$lib/index.js';
import editorTheme from '$lib/themes/PlaygroundEditorTheme.js';
import editorTheme from '$lib/themes/DefaultEditorTheme.js';
import {
$getRoot as getRoot,
$createTextNode as createTextNode,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
HorizontalRuleNode,
ImageNode,
} from '$lib/index.js';
import editorTheme from '$lib/themes/PlaygroundEditorTheme.js';
import editorTheme from '$lib/themes/DefaultEditorTheme.js';
import {
$getRoot as getRoot,
$createTextNode as createTextNode,
Expand Down

0 comments on commit cf6f229

Please sign in to comment.