Merge pull request #2876 from nickofolas/feature/monaco-theme-editor

[Feature] Script Editor Theme Customization
This commit is contained in:
hydroflame
2022-04-13 01:12:15 -04:00
committed by GitHub
6 changed files with 526 additions and 5 deletions
+2 -2
View File
@@ -366,9 +366,9 @@ export function ThemeEditorModal(props: IProps): React.ReactElement {
sx={{ mb: 1 }}
multiline
fullWidth
maxRows={3}
maxRows={10}
label={"import / export theme"}
value={JSON.stringify(customTheme)}
value={JSON.stringify(customTheme, undefined, 2)}
onChange={onThemeChange}
/>
<>