aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/js/editor/EditorParent.ts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-31 02:06:07 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-31 19:26:15 +0100
commitd933f00be208a586143b35d06e689f94a6a6f7e6 (patch)
treed9d1eddd6058a48f5c5189a2d8bb1b77f2ab5579 /language-web/src/main/js/editor/EditorParent.ts
parentfix(web): fix server-side content assist filtering (diff)
downloadrefinery-d933f00be208a586143b35d06e689f94a6a6f7e6.tar.gz
refinery-d933f00be208a586143b35d06e689f94a6a6f7e6.tar.zst
refinery-d933f00be208a586143b35d06e689f94a6a6f7e6.zip
feat(web): client support for transformation rules
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': {