Skip to content

Commit

Permalink
build: use theme from library for all demo projects
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Dec 9, 2024
1 parent 9db0521 commit e447e1e
Show file tree
Hide file tree
Showing 31 changed files with 15 additions and 2,512 deletions.
2 changes: 1 addition & 1 deletion demos/plaintext-editor/src/PlainTextComposer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
PlainTextPlugin,
HistoryPlugin,
} from 'svelte-lexical';
import PlaygroundEditorTheme from './themes/PlaygroundEditorTheme';
import {editorTheme as PlaygroundEditorTheme} from 'svelte-lexical';
const initialConfig = {
theme: PlaygroundEditorTheme,
Expand Down
Loading

0 comments on commit e447e1e

Please sign in to comment.