Update label for common.accent

This commit is contained in:
nickofolas 2022-01-29 23:19:24 -06:00
parent 83e5b46f3e
commit 7ad0c53234

@ -171,7 +171,7 @@ export function ThemeEditorModal(props: IProps): React.ReactElement {
<Box> <Box>
<Typography variant="h6">Syntax</Typography> <Typography variant="h6">Syntax</Typography>
<ColorEditor <ColorEditor
label="Numbers, func names, and other key vars" label="Numbers, function names, and other key vars"
themePath="common.accent" themePath="common.accent"
onColorChange={onColorChange} onColorChange={onColorChange}
color={themeCopy.common.accent} color={themeCopy.common.accent}