Change global theme import rows to 10 and format

This commit is contained in:
nickofolas 2022-01-29 23:19:58 -06:00
parent 7ad0c53234
commit 0d700bd252

@ -348,9 +348,9 @@ export function ThemeEditorModal(props: IProps): React.ReactElement {
sx={{ mb: 1 }} sx={{ mb: 1 }}
multiline multiline
fullWidth fullWidth
maxRows={3} maxRows={10}
label={"import / export theme"} label={"import / export theme"}
value={JSON.stringify(customTheme)} value={JSON.stringify(customTheme, undefined, 2)}
onChange={onThemeChange} onChange={onThemeChange}
/> />
<> <>