aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/js/editor/EditorParent.ts
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/src/main/js/editor/EditorParent.ts')
-rw-r--r--language-web/src/main/js/editor/EditorParent.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/language-web/src/main/js/editor/EditorParent.ts b/language-web/src/main/js/editor/EditorParent.ts
index b890ac3c..ee1323f6 100644
--- a/language-web/src/main/js/editor/EditorParent.ts
+++ b/language-web/src/main/js/editor/EditorParent.ts
@@ -127,7 +127,7 @@ export const EditorParent = styled('div')(({ theme }) => {
127 '.cmt-keyword': { 127 '.cmt-keyword': {
128 color: theme.palette.primary.main, 128 color: theme.palette.primary.main,
129 }, 129 },
130 '.cmt-typeName, .cmt-atom': { 130 '.cmt-typeName, .cmt-macroName, .cmt-atom': {
131 color: theme.palette.text.primary, 131 color: theme.palette.text.primary,
132 }, 132 },
133 '.cmt-variableName': { 133 '.cmt-variableName': {