From a951628de0ce9902222ed290a1345c145f8af01a Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Fri, 5 Nov 2021 19:33:25 +0100 Subject: chore: rename unique to individual Suggestion by @vincemolnar to match SysML V2 terminology more closely. --- language-web/src/main/js/editor/EditorParent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'language-web/src/main/js/editor/EditorParent.ts') 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 }) => { color: theme.palette.text.secondary, }, }, - '.cmt-problem-unique': { + '.cmt-problem-individual': { '&, & .cmt-variableName': { color: theme.palette.text.primary, }, -- cgit v1.2.3-70-g09d2