Include light/dark theme before base so that it takes precedence

This commit is contained in:
Jonatan Heyman 2023-01-12 00:57:02 +01:00
parent af86743f19
commit 15c6cc8523
1 changed files with 2 additions and 1 deletions

View File

@ -22,9 +22,10 @@ export class HeynoteEditor {
//minimalSetup,
customSetup,
heynoteBase,
heynoteDark,
//heynoteLight,
heynoteBase,
indentUnit.of(" "),
EditorView.scrollMargins.of(f => {
return {top: 80, bottom: 80}