refactor theme creator menu

This commit is contained in:
SethBurkart123
2024-03-31 17:56:14 +11:00
parent 869058ff73
commit 01a0cfb683
4 changed files with 105 additions and 30 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ export default function CodeEditor({ callback, initialState, height }: { callbac
tabSize: 2,
}}
theme={ darkMode ? githubDark : githubLight }
placeholder={"It's time to dream up some code!"}
className='rounded-lg'
placeholder={"Happy coding!"}
className='rounded-lg text-[13px]'
value={value}
height={height}
extensions={[less(), color]}