mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
refactor theme creator menu
This commit is contained in:
@@ -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]}
|
||||
|
||||
Reference in New Issue
Block a user