Update label for common.accent

This commit is contained in:
nickofolas 2022-01-29 23:19:24 -06:00 committed by nickofolas
parent 16cf227498
commit 10513ba5bc

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