add accordion to themeCreator

This commit is contained in:
SethBurkart123
2024-03-31 14:43:42 +11:00
parent 806d2419cb
commit 8ac3b1de71
12 changed files with 59 additions and 25 deletions
-1
View File
@@ -28,7 +28,6 @@ export default function CodeEditor({ callback, initialState, height }: { callbac
foldGutter: false,
dropCursor: true,
tabSize: 2,
}}
theme={ darkMode ? githubDark : githubLight }
placeholder={"It's time to dream up some code!"}