few fixes

This commit is contained in:
Olivier Gagnon
2021-11-26 18:04:33 -05:00
parent 6c24ed69a2
commit 1cecfa7108
5 changed files with 34 additions and 26 deletions
-1
View File
@@ -112,7 +112,6 @@ export function ThemeEditorModal(props: IProps): React.ReactElement {
<TextField value={"Text field"} />
</Paper>
<br />
<Typography>Warning: Editing the theme is very slow.</Typography>
<ColorEditor
name="primarylight"
onColorChange={onColorChange}