aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-09-19 17:57:50 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-09-19 17:57:50 +0200
commit985d526af216a8d601d22834dfea889bb24442ac (patch)
tree2cfa12005805c067671e943b96938c228f65f433
parentMerge pull request #41 from kris7t/frontend-fixes (diff)
downloadrefinery-985d526af216a8d601d22834dfea889bb24442ac.tar.gz
refinery-985d526af216a8d601d22834dfea889bb24442ac.tar.zst
refinery-985d526af216a8d601d22834dfea889bb24442ac.zip
fix(frontend): typo in EditorTheme
-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 055b62e2..9f560dfb 100644
--- a/subprojects/frontend/src/editor/EditorTheme.ts
+++ b/subprojects/frontend/src/editor/EditorTheme.ts
@@ -84,7 +84,7 @@ export default styled('div', {
84 color: theme.palette.highlight.number, 84 color: theme.palette.highlight.number,
85 }, 85 },
86 '.tok-string': { 86 '.tok-string': {
87 color: theme.palette.secondary, 87 color: theme.palette.secondary.main,
88 }, 88 },
89 '.tok-keyword': { 89 '.tok-keyword': {
90 color: theme.palette.primary.main, 90 color: theme.palette.primary.main,