aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/js/editor/EditorParent.ts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-05 19:33:25 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-05 20:00:06 +0100
commita951628de0ce9902222ed290a1345c145f8af01a (patch)
treead8414c17edebe50912bf87a26ed5509feb91683 /language-web/src/main/js/editor/EditorParent.ts
parentMerge pull request #10 from kris7t/cm6-fixes (diff)
downloadrefinery-a951628de0ce9902222ed290a1345c145f8af01a.tar.gz
refinery-a951628de0ce9902222ed290a1345c145f8af01a.tar.zst
refinery-a951628de0ce9902222ed290a1345c145f8af01a.zip
chore: rename unique to individual
Suggestion by @vincemolnar to match SysML V2 terminology more closely.
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 2d74b863..94ca24ea 100644
--- a/language-web/src/main/js/editor/EditorParent.ts
+++ b/language-web/src/main/js/editor/EditorParent.ts
@@ -143,7 +143,7 @@ export const EditorParent = styled('div')(({ theme }) => {
143 color: theme.palette.text.secondary, 143 color: theme.palette.text.secondary,
144 }, 144 },
145 }, 145 },
146 '.cmt-problem-unique': { 146 '.cmt-problem-individual': {
147 '&, & .cmt-variableName': { 147 '&, & .cmt-variableName': {
148 color: theme.palette.text.primary, 148 color: theme.palette.text.primary,
149 }, 149 },