make styles more accessible for themes

This commit is contained in:
SethBurkart123
2024-05-31 11:27:53 +10:00
parent 219155455b
commit 94fcec5ec5
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ function ThemeCreator() {
<Accordion defaultOpened title='Custom CSS'>
<CodeEditor
className='mt-2'
height='300px'
height='800px'
value={theme.CustomCSS}
setValue={CodeUpdate} />
</Accordion>