Skip to content

Commit

Permalink
refactor: rename the default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Dec 10, 2024
1 parent 4e86d7c commit ea9270c
Show file tree
Hide file tree
Showing 6 changed files with 220 additions and 207 deletions.
2 changes: 1 addition & 1 deletion packages/svelte-lexical/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ export {
export {$getSelection} from 'lexical';

// theme
export {default as editorTheme} from './themes/PlaygroundEditorTheme.js';
export {default as editorTheme} from './themes/DefaultEditorTheme.js';
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type {EditorThemeClasses} from 'svelte-lexical';

import './CommentEditorTheme.css';

import baseTheme from './PlaygroundEditorTheme.js';
import baseTheme from './DefaultEditorTheme.js';

const theme: EditorThemeClasses = {
...baseTheme,
Expand Down
Loading

0 comments on commit ea9270c

Please sign in to comment.