Revert "[Feature] Script Editor Theme Customization"

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