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 1cad4a36..f499b0d9 100644
--- a/subprojects/frontend/src/editor/EditorTheme.ts
+++ b/subprojects/frontend/src/editor/EditorTheme.ts
@@ -126,7 +126,7 @@ export default styled('div', {
126 color: theme.palette.text.secondary, 126 color: theme.palette.text.secondary,
127 }, 127 },
128 }, 128 },
129 '.tok-problem-individual': { 129 '.tok-problem-atom': {
130 '&, & .tok-variableName': { 130 '&, & .tok-variableName': {
131 color: theme.palette.text.primary, 131 color: theme.palette.text.primary,
132 }, 132 },