aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/EditorTheme.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/EditorTheme.ts')
-rw-r--r--subprojects/frontend/src/editor/EditorTheme.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/src/editor/EditorTheme.ts b/subprojects/frontend/src/editor/EditorTheme.ts
index 055b62e2..9f560dfb 100644
--- a/subprojects/frontend/src/editor/EditorTheme.ts
+++ b/subprojects/frontend/src/editor/EditorTheme.ts
@@ -84,7 +84,7 @@ export default styled('div', {
84 color: theme.palette.highlight.number, 84 color: theme.palette.highlight.number,
85 }, 85 },
86 '.tok-string': { 86 '.tok-string': {
87 color: theme.palette.secondary, 87 color: theme.palette.secondary.main,
88 }, 88 },
89 '.tok-keyword': { 89 '.tok-keyword': {
90 color: theme.palette.primary.main, 90 color: theme.palette.primary.main,